- ///
+ ///
/// Parser for ASCII property lists. Supports Apple OS X/iOS and GnuStep/NeXTSTEP format.
/// This parser is based on the recursive descent paradigm, but the underlying grammar
/// is not explicitely defined.
- ///
- ///
+ ///
+ ///
/// Resources on ASCII property list format:
- ///
- ///
+ ///
///
/// @author Daniel Dreibrodt
/// @author Natalia Portillo
diff --git a/plist-cil/ChangeLog b/plist-cil/ChangeLog
index 60fd51d..b0e8067 100644
--- a/plist-cil/ChangeLog
+++ b/plist-cil/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-20 Natalia Portillo