aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-18 10:31:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-18 10:31:43 +0200
commit5f35ca2e682befa1f7ebbfc4f451322ab8b9ab02 (patch)
treed827478ee0839ccb6236c6840ef2cac5b89d63b4
parentf80de9f4107a01ab3a917eddf15eaaf4a1c998a2 (diff)
Update NEWS file
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25d32ec..b7cf0e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
Version 1.7.0
+ * Add building blocks for multi-index containers.
* Make regex a class template with character type as a template argument
(currently can only be char or wchar_t).
* Add support for case-insensitive regex.