summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2019-01-03 10:55:06 +0100
committerAdam Groszer <agroszer@gmail.com>2019-01-03 14:18:42 +0100
commit0660cf005e88e677228b8096c0f78148885016d8 (patch)
treeaf4e6cb05702bab16bd1617ed03897360db79c0d /CHANGES.rst
parent6846c5f352d35771101a7dfedcc2fbe38707bac5 (diff)
downloadzope-security-0660cf005e88e677228b8096c0f78148885016d8.tar.gz
Decimal checker: __truediv__ was missing, also added tests, did some cleanupadamg-truediv-missing
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ec15291..618802e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,8 @@
4.3.1 (unreleased)
==================
-- Nothing changed yet.
+- Fix the decimal.Decimal checker, ``__truediv__`` was missing causing
+ ``ForbiddenAttribute`` on a ``ProxyFactory(Decimal('1')) / 1`` operation
4.3.0 (2018-08-24)