Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Apr 16, 2021
1 parent 43e6937 commit 78494ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.9.0

* Add a labelled function to create custom patterns (#114)
* Add support for union operation for two routers (#115, @Chattered)
* Use dune language 2.0 (#116)
* Support wildcard pattern at the end of a route (#118, #129, @Lupus)
* Add map and path prefix to route targets (#121, @Chattered)
* Make ksprintf visible in the public api (#123, @Chattered)

# 0.8.0

* Improve trailing slash handling. Instead of separate `nil` and `trail` constructors, all routes end with `nil`.
Expand Down

0 comments on commit 78494ac

Please sign in to comment.