mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update CHANGELOG
This commit is contained in:
parent
8f26ce8a32
commit
e4b6b41554
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## UNRELEASED
|
||||
|
||||
## `reitit-core`
|
||||
|
||||
* faster path-parameter decoding: doing less work when parameters don't need decoding. Wildcard-routing is now 10-15% faster in perf tests (opensensors & github api)
|
||||
|
||||
## `reitit-ring`
|
||||
|
||||
* `redirect-trailing-slash-handler` can strip multiple slashes from end of the uri, by [Hannu Hartikainen](https://github.com/dancek).
|
||||
|
||||
## 0.2.5 (2018-10-30)
|
||||
|
||||
## `reitit-ring`
|
||||
|
|
|
|||
Loading…
Reference in a new issue