aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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).