Added some additional entries in the changelog I've missed before.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5950091..87c6f87 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,10 +107,12 @@
<action issue="LOGCXX-262" type="fix">socketappendertestcase and xmlsocketappendertestcase not run</action>
<action issue="LOGCXX-249" type="fix">Console appender crashes if layout is not set</action>
+ <action type="add">Added support for building log4cxx as a statically linked library on Windows. (https://github.com/apache/logging-log4cxx/pull/21)</action>
+ <action type="add">Replaced ant build with cmake. (https://github.com/apache/logging-log4cxx/pull/14)</action>
<action type="add">JSONLayout (https://github.com/apache/logging-log4cxx/pull/13)</action>
- <action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
+ <action type="update">Behavior of StringHelper::startsWith and endsWith synced.</action>
<action type="update">Documented C (class) and M (method) log format keywords.</action>
- <action type="add">LocationInfo for Borland C++ Builder and successors improved</action>
+ <action type="add">LocationInfo for Borland C++ Builder and successors improved.</action>
</release>
<release version="0.10.0"