summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-01-30 08:45:31 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-01-30 08:45:31 -0500
commit0442d9e993491bbdfc3f8abca2cd5ffc8dd5134d (patch)
treedea788da4b99004d654572d12f96aca28a04ed64 /CHANGELOG
parent103736323470e52fa3b3a25448de5f0d1806fd50 (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ac96d69a..fa9a26e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,15 @@
========
+20100130
+========
+
+- Conversion to an Automake-based build system, for greater portability in
+ building shared libraries
+- -path and -root command-line flags
+- Exported page handling functions (i.e., those page-generating functions
+ appearing in the main module's signature) may now take any number of
+ arguments, including 0.
+
+========
20100112
========