mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-17 15:53:31 +01:00
fix changelog (#361)
This commit is contained in:
parent
cf21df14f2
commit
3aa037d07d
@ -1,19 +1,20 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
* `Path::add` and `add_static` takes `impl Into<Cow<'static, str>>` [#345]
|
||||||
* When matching URL parameters, `%25` is kept in the percent-encoded form - no longer decoded to `%`. [#357]
|
* When matching URL parameters, `%25` is kept in the percent-encoded form - no longer decoded to `%`. [#357]
|
||||||
* Fixed a bug where the `Path` extractor returns unsafe malformed string due to malformed URL. [#359]
|
* Fixed a bug where the `Path` extractor returns unsafe malformed string due to malformed URL. [#359]
|
||||||
|
|
||||||
|
[#345]: https://github.com/actix/actix-net/pull/345
|
||||||
[#357]: https://github.com/actix/actix-net/pull/357
|
[#357]: https://github.com/actix/actix-net/pull/357
|
||||||
[#359]: https://github.com/actix/actix-net/pull/359
|
[#359]: https://github.com/actix/actix-net/pull/359
|
||||||
|
|
||||||
|
|
||||||
## 0.2.7 - 2021-02-06
|
## 0.2.7 - 2021-02-06
|
||||||
* Add `Router::recognize_checked` [#247]
|
* Add `Router::recognize_checked` [#247]
|
||||||
* `Path::add` and `add_static` takes `impl Into<Cow<'static, str>>` [#345]
|
|
||||||
|
|
||||||
[#247]: https://github.com/actix/actix-net/pull/247
|
[#247]: https://github.com/actix/actix-net/pull/247
|
||||||
[#345]: https://github.com/actix/actix-net/pull/345
|
|
||||||
|
|
||||||
## 0.2.6 - 2021-01-09
|
## 0.2.6 - 2021-01-09
|
||||||
* Use `bytestring` version range compatible with Bytes v1.0. [#246]
|
* Use `bytestring` version range compatible with Bytes v1.0. [#246]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user