1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

change unreleased year

This commit is contained in:
Rob Ede
2021-01-02 00:12:18 +00:00
parent 3beb4cf2da
commit a1b00b2cd0
8 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,10 @@
# Changes
## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx
### Changed
* Bumped `rand` to `0.8`
### Removed
* Deprecated `on_connect` methods have been removed. Prefer the new
`on_connect_ext` technique. [#1857]