summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed36371a..a2de5e59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.58.2 - 2018-12-09
+-------------------
+
+* meson: Fix random build errors (mostly MSVC)
+ (Tomasz Miąsko <tomasz.miasko@gmail.com>)
+* scanner: Fix parsing of __typeof__ that is part of a cast expression
+ (Tomasz Miąsko <tomasz.miasko@gmail.com>)
+* scanner: Ignore __pragma keyword used by MSVC
+ (Tomasz Miąsko <tomasz.miasko@gmail.com>)
+
+
2.58.1 - 2018-11-17
-------------------