summaryrefslogtreecommitdiff
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-20 16:15:10 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-20 16:15:10 +0000
commit0100be50ece23f5708f54246a132051168526f3c (patch)
tree45b4f037fcf0dd120f5444df774b06c08d65d50c /ChangeLog.txt
parent76f2ffadb4f393ed0c850f8cdd83307a680b97f2 (diff)
downloadgflags-0100be50ece23f5708f54246a132051168526f3c.tar.gz
gflags-0100be50ece23f5708f54246a132051168526f3c.tar.bz2
gflags-0100be50ece23f5708f54246a132051168526f3c.zip
Add missing entry to ChangeLog for v2.1 release.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 347b701..9771549 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -7,6 +7,7 @@
- Fixed issue 57: Use _strdup instead of strdup on Windows
- Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_
- Fixed issue 64: Add DEFINE_validator macro
+- Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test
* Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com>