summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-02-26 01:46:51 +0100
committerSebastian Pipping <sebastian@pipping.org>2021-02-26 22:26:51 +0100
commitbdd1ffabb3b2b575661c24e51caf576b93da3ffc (patch)
tree53ca40ab6964b243d8ad03c449e4bfbeb70bd26a
parentf4a36b335fc4b1f614bde1a4d13003ef2dfef05e (diff)
downloaduriparser-bdd1ffabb3b2b575661c24e51caf576b93da3ffc.tar.gz
ChangeLog: Add missing reference to GitHub issue #92issue-92
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe88db..ad7fc04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ NOTE: uriparser is looking for help with a few things:
* Fixed: Fix a bug regarding section "5.2.4. Remove Dot Segments"
of RFC 3986 that affected both normalization and reference resolution
- with regard to trailing slashes.
+ with regard to trailing slashes (GitHub #92)
Thanks to Dan Pape for the report!
* Fixed: MinGW: Fix name of static library (GitHub #90)
Thanks to SpaceIm for the patch and Sandro Mani for review!