aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-11-26 11:57:04 -0700
committerGavin Howard <yzena.tech@gmail.com>2020-11-26 11:57:04 -0700
commit44d9a63ab2c477ecbb666c81d48179978baaff5c (patch)
tree6062c0f4ae7dc3a32acd093cd2e6c2c989b7e400 /NEWS.md
parente9f98ad24061b4434c114223dd4e307afbc9ab6f (diff)
downloadplatform_external_bc-44d9a63ab2c477ecbb666c81d48179978baaff5c.tar.gz
platform_external_bc-44d9a63ab2c477ecbb666c81d48179978baaff5c.tar.bz2
platform_external_bc-44d9a63ab2c477ecbb666c81d48179978baaff5c.zip
Fix the bcl_divmod "bug" that didn't set results on error
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index d200187e..ab825e70 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,12 @@
# News
+## 3.2.1
+
+This is a production release that has one fix for `bcl(3)`. It is technically
+not a bug fix since the behavior is undefined, but the `BclNumber`s that
+`bcl_divmod()` returns will be set to `BCL_ERROR_INVALID_NUM` if there is an
+error. Previously, they were not set.
+
## 3.2.0
This is a production release that has one bug fix and a major addition.