From 60b167bcb7229ddeb7554096f6ebb6af25e3dd31 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 9 Jun 2013 09:27:08 -0500 Subject: [PATCH] updates changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 0f1766dcc0..fcb32eba56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,10 @@ +HEAD +- Removes timezone from logger timestamp to work around issues with the Windows + implimentation of strftime. Thank you breyed for testing and code. #257 +- Switches integer literals to char literals to improve VCPP compatibility. + Thank you breyed for testing and code. #257 +- Adds MSVCPP warning suppression for the bundled SHA1 library. Thank you breyed + for testing and code. #257 + 0.3.0-alpha1 - 2013-06-09 - Initial Release \ No newline at end of file