summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 2fea0ef..caf2242 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,21 @@ This file summarises the changes between released versions of Subplot and its
associated libraries, especially with regards to changes visible to
the user of the Subplot software.
+# Version 0.4.2, released 2022-007-28
+
+- New feature: Subplot now supports example blocks: embedded files
+ that are in the subplot document only as examples, not for use by
+ scenarios.
+
+- Subplot error messages are now a little bit more specific as to the
+ cause, and what operation failed.
+
+- Subplot now uses the `time` crate instead of the `chrono` crate to
+ avoid a potential security issue.
+
+- Terminology change: we now refer to diagrams as diagrams, not
+ graphs.
+
# Version 0.4.1 (subplotlib only), released 2022-04-17
- Fix issue where subplotlib cannot be built out-of-tree