summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-07-11 13:28:10 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-07-11 13:28:10 +0000
commit6ed60f68f669b2997a1befd1a5b739aded3ae709 (patch)
tree5950060d8b551cfa13d8dac4dc13f0a69c77b1fe /NEWS.md
parent50dc39aaaa3f639c545c78926e28e912c370e1d4 (diff)
parent25a5583f94a43484e7ee7d63ba910135e205bd3c (diff)
downloadsubplot-c3be598a156b49e0efe9bcb220903941e037ae38.tar.gz
Merge branch 'release' into 'main'0.2.1
release: Subplot version 0.2.1 Closes #204 See merge request subplot/subplot!186
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 82906ed..3cad931 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -5,6 +5,24 @@ title: Release notes for Subplot
This file summarises the changes between released versions of Subplot and its
associated libraries.
+# Version 0.2.1, released 2021-07-11
+
+This is the first release meant for use by people other than Subplot's
+own developers.
+
+* The locations of the `dot` and `plantuml` programs and for the Java
+ byte code interpreter can now be configured when Subplot is invoked,
+ which is useful when they're not installed in the locations where
+ Debian puts them. Those programs are used by Subplot to render
+ diagrams.
+
+* The `./check` script now outputs the last one hundred lines or so of
+ the log file produced by the generated test program, if that program
+ fails. This makes it easier to debug failures under CI.
+
+* Additionally, there have been some minor tweaks only visible to
+ those developing Subplot itself.
+
# Version 0.2.0, released 2021-06-12
This is the first public release of Subplot. No APIs or other surfaces are to be