Skip to content

Commit 7e4c53e

Browse files
committed
Add change log.
1 parent fcebb30 commit 7e4c53e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
1.1.0 - 2024-04-26
2+
==================
3+
4+
- Fixed the proxy code to properly forward multiple headers with the same name (by Alexibu) - [pull #30][issue30]
5+
- `URLRouter` now properly handles URL encoded path segments, both at registration and at match time (by Vijay Nayar) - [pull #35][issue35]
6+
7+
[issue30]: https://github.com/vibe-d/vibe-http/issues/30
8+
[issue35]: https://github.com/vibe-d/vibe-http/issues/35
9+
10+
11+
1.0.0 - 2024-02-17
12+
==================
13+
14+
This is the first stable release, based on the code base in the vibe.d main
15+
repository, at this point in time. Directly after this, vibe.d 0.10.0 got
16+
released, in turn removing its copy of the HTTP code.

0 commit comments

Comments
 (0)