mirror of https://github.com/fafhrd91/actix-web
Add Changelog entries
This commit is contained in:
parent
1cf33831d9
commit
174c63d34b
|
@ -3,8 +3,10 @@
|
|||
## Unreleased - 2020-xx-xx
|
||||
### Fixed
|
||||
* 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
|
||||
[#1816]: https://github.com/actix/actix-web/pull/1816
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## 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
|
||||
* Add ability to set address for `TestServer`. [#1645]
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## 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
|
||||
### Added
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## 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
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in New Issue