diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-14 16:06:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-14 16:06:51 +0200 |
commit | 7103e19daf217640f2eda1d6ae1c4be972cd495b (patch) | |
tree | a2bf3f3c4fb20584e807e951d06dfcdae06b1139 /NEWS | |
parent | da4a58e4b95da3c64aff46004746975aa2eb6205 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |