aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/NEWS.md')
-rw-r--r--contrib/bc/NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/bc/NEWS.md b/contrib/bc/NEWS.md
index c66e7b164c8a..c78bddd27e76 100644
--- a/contrib/bc/NEWS.md
+++ b/contrib/bc/NEWS.md
@@ -1,5 +1,14 @@
# News
+## 4.0.2
+
+This is a production release that fixes two bugs:
+
+1. If no files are used and the first statement on `stdin` is invalid, `scale`
+ would not be set to `20` even if `-l` was used.
+2. When using history, `bc` failed to respond properly to `SIGSTOP` and
+ `SIGTSTP`.
+
## 4.0.1
This is a production release that only adds one thing: flushing output when it