diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 07:35:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 07:35:20 +0200 |
commit | 644ceca6f9e9227342bf10cd22c6bdf79ae10f86 (patch) | |
tree | 2698061590b28b8d65efb8b64fce8f52ee14275f /NEWS | |
parent | 3e932ae8e79d627b940613e9902b1f60c6c0a8d7 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,18 +4,20 @@ Version 0.3.0 code is (naturally) licensed under the simplified/2-clause BSD license so the library is now MIT/BSD-licensed. + Also add helper sha256_to_fingerprint() fingerprint_to_sha256() functions. + * Add vector_view class template. - * Implement path::realize() (on POSIX calls realpath(3)), path::compare(). + * Add path::realize() (on POSIX calls realpath(3)), path::compare(). * Recognize MSVC target triplet (*-microsoft-win32-msvcXX.Z). * Derive a target class from the target triplet for some targets. Currently the classes are: 'linux', 'macosx', 'freebsd', 'windows', and 'other'. - * Implement timestamp from_string(). + * Add timestamp from_string(). - * Implement sha256_to_fingerprint (), fingerprint_to_sha256 (). + * Add combine_hash() utility function. Version 0.2.0 |