aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-03-18 20:58:25 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-03-18 20:58:25 -0600
commit21372a228ebc5c7d7519ad99a69504185eab6926 (patch)
treebd274aa4eae44eb95a8e1b3e9bac5d73a6c0aa2b /NEWS.md
parent52670bd9b9a59d2a7bacd41681fa124c5b5ee2f9 (diff)
downloadplatform_external_bc-21372a228ebc5c7d7519ad99a69504185eab6926.tar.gz
platform_external_bc-21372a228ebc5c7d7519ad99a69504185eab6926.tar.bz2
platform_external_bc-21372a228ebc5c7d7519ad99a69504185eab6926.zip
Increment the version and update the NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 3a343307..3374ab57 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,14 @@
# News
+## 3.3.4
+
+This is a production release that fixes a small bug.
+
+The bug was that output was not flushed before a `read()` call, so prompts
+without a newline on the end were not flushed before the `read()` call.
+
+This is such a tiny bug that users only need to upgrade if they are affected.
+
## 3.3.3
This is a production release with one tweak and fixes for manuals.