aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.