summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <jbj>2009-07-26 16:25:23 +0000
committerjbj <jbj>2009-07-26 16:25:23 +0000
commitc270e597c28b768515c7e99aec9a974e3486845e (patch)
tree1c63b6efa4342bc3683f4a3ef1d2669ebe380ee7 /CHANGES
parent36fc2398334b06ebf63827f6a4e979e63c1f7713 (diff)
downloadlibpopt-c270e597c28b768515c7e99aec9a974e3486845e.tar.gz
- add methods for bit set union and intersection.
- permit comma separated attribute lists, handle negated attributes. - better test for POPT_ARG_BITSET.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1a0ae46..20079d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
1.15 -> 1.16:
+ - add methods for bit set union and intersection.
+ - permit comma separated attribute lists, handle negated attributes.
+ - better test for POPT_ARG_BITSET.
- add POPT_ARG_BITSET handling.
- add POPT_ARG_SHORT handling.
- handle all callback traversals within a C switch (for extendability ease).