summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:39:38 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:39:38 -0700
commit251b6d1c438f5a23618be718f03ca66f9c5cd9d1 (patch)
tree04975c292204e388beb0d217574ca70895033f77 /ChangeLog
parent6737017844f4c6553c1c86edf23288560cd2bfd0 (diff)
downloadyajl-251b6d1c438f5a23618be718f03ca66f9c5cd9d1.tar.gz
update changelog with new 'make install' target.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 125a8b4..92e4964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.0.0
+ * lth add 'make install' rules, thaks to Andrei Soroker for the
+ contribution.
0.4.0
* lth buffer overflow bug in yajl_gen_double s/%lf/%g/ - thanks to
Eric Bergstrome