From ddca46f5d653d344b7bac51f89bb5acba6845d74 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 14 Jul 2013 10:52:00 -0500 Subject: [PATCH] update changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 29fd51f888..19fe15c069 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,5 @@ HEAD +- Minor refactor to bundled sha1 library - HTTP header comparisons are now case insensitive. #220, #275 - Refactors URI to be exception free and not use the regular expressions. This eliminates the dependency on boost or C++11 regex libraries. @@ -27,4 +28,4 @@ HEAD for testing and code. #257 0.3.0-alpha1 - 2013-06-09 -- Initial Release \ No newline at end of file +- Initial Release