aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-08-03 08:25:31 -0600
committerGavin Howard <yzena.tech@gmail.com>2020-08-03 08:25:31 -0600
commit81000194acff1b1bab6bb50cc700294eb082149d (patch)
treed8af6f02ed816de57a2e84109b51ad091e2561e3 /NEWS.md
parent9030a8fff4e99b2e7e12e51962e70b725da3ee9b (diff)
downloadplatform_external_bc-81000194acff1b1bab6bb50cc700294eb082149d.tar.gz
platform_external_bc-81000194acff1b1bab6bb50cc700294eb082149d.tar.bz2
platform_external_bc-81000194acff1b1bab6bb50cc700294eb082149d.zip
Update the NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 620d9d70..cc118a2c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,8 +2,19 @@
## 3.1.4
-This is a production release that fixes one bug. The bug is like the one in the
-last release except it applies if files are being executed.
+This is a production release that fixes one bug, changes one behavior, and
+removes one environment variable.
+
+The bug is like the one in the last release except it applies if files are being
+executed. I also made the fix more general.
+
+The behavior that was changed is that `bc` now exits when given `-e`, `-f`,
+`--expression` or `--file`. However, if the last one of those is `-f-` (using
+`stdin` as the file, `bc` does not exit. If `-f-` exists and is not the last of
+the `-e` and `-f` options (and equivalents), `bc` gives a fatal error and exits.
+
+Finally, I removed the `BC_EXPR_EXIT` and `DC_EXPR_EXIT` environment variables
+since their use is not needed with the behavior change.
## 3.1.3