summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-08-20 22:09:15 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-08-20 22:41:41 +0100
commit7eb0e5d2b8453f753bd2d8e2e77cf4b7e0b24b1b (patch)
tree1ed35e95667a004fcc91000da91f8093513d236c /doc
parent2ac258501be0bcb0628548d5990de76ce7361ac8 (diff)
Use bitfields for flags in the "addr" struct
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a8a93d5ed..abc4e9312 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -144,6 +144,10 @@ JH/23 DKIM: enforce the DNS pubkey record "h" permitted-hashes optional field,
JH/24 Start using specified-initialisers in C structure init coding. This is
a C99 feature (it's 2017, so now considered safe).
+JH/25 Use one-bit bitfields for flags in the "addr" data structure. Previously
+ if was a fixed-sized field and bitmask ops via macros; it is now more
+ extensible.
+
Exim version 4.89
-----------------