diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 09:38:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 09:38:59 +0200 |
commit | 74c99797a3357ad59149e098fe82daba93434258 (patch) | |
tree | fad276cc4c65afdc97f02ca7ffa49e2b19e8379f /NEWS | |
parent | d0616755700d996c0a43b276d2544b5e59ab7530 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Version 0.8.0 + + * Add portable environment variable manipulation functions. + + * Add regex_replace_match() and rename regex_replace_ex() to + regex_replace_search(). + + * Reimplement the optional class template not to require default- + constructible value types. + + * New prompt facility (moved from bpkg). + + * Support for hashing ifdstream in sha* classes. + + * New project_name class (moved from bpkg::package_name). + + * Add git_repository(), git_version() utility functions. + + * New semantic_version class for parsing semantic and semantic-like + versions. + + * Add timed_wait() and kill() process functions. + + * Support for UUID generation. + Version 0.7.0 * Initial attempt at Modules TS-based modularization. |