Skip to content

Commit

Permalink
Add change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Apr 26, 2024
1 parent fcebb30 commit 7e4c53e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1.1.0 - 2024-04-26
==================

- Fixed the proxy code to properly forward multiple headers with the same name (by Alexibu) - [pull #30][issue30]
- `URLRouter` now properly handles URL encoded path segments, both at registration and at match time (by Vijay Nayar) - [pull #35][issue35]

[issue30]: https://github.com/vibe-d/vibe-http/issues/30
[issue35]: https://github.com/vibe-d/vibe-http/issues/35


1.0.0 - 2024-02-17
==================

This is the first stable release, based on the code base in the vibe.d main
repository, at this point in time. Directly after this, vibe.d 0.10.0 got
released, in turn removing its copy of the HTTP code.

0 comments on commit 7e4c53e

Please sign in to comment.