commit 0761823f244682e43f3058cede70f4cc239cb452
parent 2353d07c78c02e9834cb87711b1347115744a256
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 2 Apr 2014 15:06:24 +0200
CHANGELOG: removing wording about c99, not sure right now
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -16,8 +16,6 @@ Features:
* Removed the dependency on libexpat, using a custom XML parser (xml.*),
this parser is also non-validating, it will not check the XML for errors
or stop parsing if it contains errors (which is good).
- * Removed the dependency on a POSIX C compiler / libc and converted to
- C99.
Bug fixes:
----------