aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-14 16:06:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-14 16:06:51 +0200
commit7103e19daf217640f2eda1d6ae1c4be972cd495b (patch)
treea2bf3f3c4fb20584e807e951d06dfcdae06b1139 /NEWS
parentda4a58e4b95da3c64aff46004746975aa2eb6205 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 447e3cf..60026c3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,9 @@ Version 0.3.0
code is (naturally) licensed under the simplified/2-clause BSD license so
the library is now MIT/BSD-licensed.
- * Implement path::realize() which on POSIX calls realpath(3).
+ * Add vector_view class template.
+
+ * Implement path::realize() (on POSIX calls realpath(3)), path::compare().
* Recognize MSVC target triplet (*-microsoft-win32-msvcXX.Z).