Add Changelog entries

This commit is contained in:
Martichou 2020-12-07 22:09:59 +01:00
parent 1cf33831d9
commit 174c63d34b
4 changed files with 8 additions and 0 deletions

View File

@ -3,8 +3,10 @@
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
### Fixed ### Fixed
* added the actual parsing error to `test::read_body_json` [#1812] * added the actual parsing error to `test::read_body_json` [#1812]
* Migrate from `serde_urlencoded` to `serde_qs`. [#1816]
[#1812]: https://github.com/actix/actix-web/pull/1812 [#1812]: https://github.com/actix/actix-web/pull/1812
[#1816]: https://github.com/actix/actix-web/pull/1816

View File

@ -1,7 +1,9 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Migrate from `serde_urlencoded` to `serde_qs`. [#1816]
[#1816]: https://github.com/actix/actix-web/pull/1816
## 2.1.0 - 2020-11-25 ## 2.1.0 - 2020-11-25
* Add ability to set address for `TestServer`. [#1645] * Add ability to set address for `TestServer`. [#1645]

View File

@ -1,7 +1,9 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Migrate from `serde_urlencoded` to `serde_qs`. [#1816]
[#1816]: https://github.com/actix/actix-web/pull/1816
## 2.2.0 - 2020-11-25 ## 2.2.0 - 2020-11-25
### Added ### Added

View File

@ -1,7 +1,9 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Migrate from `serde_urlencoded` to `serde_qs`. [#]
[#1816]: https://github.com/actix/actix-web/pull/
## 2.0.3 - 2020-11-29 ## 2.0.3 - 2020-11-29
### Fixed ### Fixed