summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Noll <tn@fraachmisch.net>2021-09-15 16:29:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-09-15 16:29:41 +0100
commitecb371298ce4ab016d055de06cff252098e6e603 (patch)
tree6f88f856c8865eea9333185b8a02b193ee01467b /doc
parenta19b9248eb5ec0414ccc4d214055e2c99debaba5 (diff)
Constification
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 63f357885..62156137e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -13,6 +13,11 @@ JH/01 Move the wait-for-next-tick (needed for unique messmage IDs) from
JH/02 Move from using the pcre library to pcre2. The former is no longer
being developed or supported (by the original developer).
+JH/03 Constification work in the filters module required a major version
+ bump for the local-scan API. Specifically, the "headers_charset"
+ global which is visible via the API is now const and may therefore
+ not be modified by local-scan code.
+
Exim version 4.95
-----------------