From 74c99797a3357ad59149e098fe82daba93434258 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Sep 2018 09:38:59 +0200 Subject: Update NEWS file --- NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 77bea06..1380f8d 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.1