summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a95dc..5933a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,10 @@ Version 8.36 xx-xxx-2014
17. Fixed a number of memory leaks in pcregrep.
+18. Avoid a compiler warning (from some compilers) for a function call with
+ a cast that removes "const" from an lvalue by using an intermediate
+ variable (to which the compiler does not object).
+
Version 8.35 04-April-2014
--------------------------