summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 833b9df..3d8bf53 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+Usability:
+- Re-added alternate keywords __restrict, __inline__, etc,
+ for GCC compatibility.
+- Do not assume that the preprocessor removed all comments.
+
+Bug fixing:
+- Fixed regression on initializers of the form T x[N] = "literal";
+ where T is a typedef for a character type.
+
Release 2.3, 2014-05-05
=======================