summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 15:06:24 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 15:06:24 +0200
commit0761823f244682e43f3058cede70f4cc239cb452 (patch)
tree3443d6958194104417d7cc4d9091a69e8466ffc5 /CHANGELOG
parent2353d07c78c02e9834cb87711b1347115744a256 (diff)
CHANGELOG: removing wording about c99, not sure right now
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'CHANGELOG')
-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:
----------