mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
CHANGELOG.md: Add #324 conflicting route data
This commit is contained in:
parent
25728ae8f2
commit
da18a4f113
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||
|
||||
## Unreleased
|
||||
|
||||
### `reitit-core`
|
||||
|
||||
* Added ability to mark individual routes as conflicting by using `:conflicting` route data. See [documentation](https://metosin.github.io/reitit/basics/route_conflicts.html). Fixes [#324](https://github.com/metosin/reitit/issues/324)
|
||||
|
||||
## 0.3.10 (2019-10-8)
|
||||
|
||||
* Updated deps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue