File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased - 2021-xx-xx
4
4
5
5
6
- ## 0.3 .0 - 2021-06-06
6
+ ## 0.4 .0 - 2021-06-06
7
7
* When matching path parameters, ` %25 ` is now kept in the percent-encoded form; no longer decoded to ` % ` . [ #357 ]
8
8
* Path tail patterns now match new lines (` \n ` ) in request URL. [ #360 ]
9
9
* Fixed a safety bug where ` Path ` could return a malformed string after percent decoding. [ #359 ]
14
14
[ #359 ] : https://github.com/actix/actix-net/pull/359
15
15
[ #360 ] : https://github.com/actix/actix-net/pull/360
16
16
17
+ ## 0.3.0 - 2019-12-31
18
+ * Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0
19
+
17
20
18
21
## 0.2.7 - 2021-02-06
19
22
* Add ` Router::recognize_checked ` [ #247 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-router"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Nikolay Kim <fafhrd91@gmail.com>" ]
5
5
description = " Resource path matching library"
6
6
keywords = [" actix" , " router" , " routing" ]
You can’t perform that action at this time.
0 commit comments