File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2021-xx-xx
4
+ * ` Path::add ` and ` add_static ` takes ` impl Into<Cow<'static, str>> ` [ #345 ]
4
5
* When matching URL parameters, ` %25 ` is kept in the percent-encoded form - no longer decoded to ` % ` . [ #357 ]
5
6
* Fixed a bug where the ` Path ` extractor returns unsafe malformed string due to malformed URL. [ #359 ]
6
7
8
+ [ #345 ] : https://github.com/actix/actix-net/pull/345
7
9
[ #357 ] : https://github.com/actix/actix-net/pull/357
8
10
[ #359 ] : https://github.com/actix/actix-net/pull/359
9
11
10
12
11
13
## 0.2.7 - 2021-02-06
12
14
* Add ` Router::recognize_checked ` [ #247 ]
13
- * ` Path::add ` and ` add_static ` takes ` impl Into<Cow<'static, str>> ` [ #345 ]
14
15
15
16
[ #247 ] : https://github.com/actix/actix-net/pull/247
16
- [ #345 ] : https://github.com/actix/actix-net/pull/345
17
+
17
18
18
19
## 0.2.6 - 2021-01-09
19
20
* Use ` bytestring ` version range compatible with Bytes v1.0. [ #246 ]
You can’t perform that action at this time.
0 commit comments