1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-30 19:10:20 +02:00

Update changelog

This commit is contained in:
James Eastham
2024-01-28 09:56:15 +00:00
parent 427c3bbe88
commit 81dcea6e62
2 changed files with 100 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
## Unreleased
## 0.8.0
- Added support for DynamoDB.
[#391](https://github.com/actix/actix-extras/pull/391)
## 0.7.0
- `Cors` is now marked `#[must_use]`.