Skip to content

Commit 3aa037d

Browse files
authored
fix changelog (#361)
1 parent cf21df1 commit 3aa037d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

actix-router/CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
* `Path::add` and `add_static` takes `impl Into<Cow<'static, str>>` [#345]
45
* When matching URL parameters, `%25` is kept in the percent-encoded form - no longer decoded to `%`. [#357]
56
* Fixed a bug where the `Path` extractor returns unsafe malformed string due to malformed URL. [#359]
67

8+
[#345]: https://github.com/actix/actix-net/pull/345
79
[#357]: https://github.com/actix/actix-net/pull/357
810
[#359]: https://github.com/actix/actix-net/pull/359
911

1012

1113
## 0.2.7 - 2021-02-06
1214
* Add `Router::recognize_checked` [#247]
13-
* `Path::add` and `add_static` takes `impl Into<Cow<'static, str>>` [#345]
1415

1516
[#247]: https://github.com/actix/actix-net/pull/247
16-
[#345]: https://github.com/actix/actix-net/pull/345
17+
1718

1819
## 0.2.6 - 2021-01-09
1920
* Use `bytestring` version range compatible with Bytes v1.0. [#246]

0 commit comments

Comments
 (0)