fix cases where compoundlits are constant/get an entity
[cparser] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 219d951..17c6cdb 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,15 @@
+cparser 0.9.14 (2012-11-21)
+---------------------------
+
+* Adapt to libfirm-1.21.0
+* Improved error recovery
+* Improved firm graph generation (faster/smaller graphs)
+* Implement U,u and u8 strings
+* Preliminary preprocessor (we still use system cpp by default, as some macro
+  expansion corner cases are still buggy and prevent us from compiling glibc
+  headers)
+* More gcc extensions: binary constants, __leaf__ attribute
+
 cparser 0.9.13 (2011-12-07)
 ---------------------------