summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 13db49a..006898f 100644
--- 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:
----------