aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
commit74c99797a3357ad59149e098fe82daba93434258 (patch)
treefad276cc4c65afdc97f02ca7ffa49e2b19e8379f /NEWS
parentd0616755700d996c0a43b276d2544b5e59ab7530 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
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.