summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJan-Wijbrand Kolman <j.kolman@minddistrict.com>2021-01-25 16:09:57 +0100
committerJan-Wijbrand Kolman <j.kolman@minddistrict.com>2021-01-25 16:09:57 +0100
commit6104663375122b48e421a971734197ecf1b1b83a (patch)
tree9d9325eb89fbcdad023bab046c2430aac8fe77a6 /CHANGES.rst
parent9c65715a58c0cc2adf9b6eeef767d24f0219920a (diff)
downloadzope-schema-6104663375122b48e421a971734197ecf1b1b83a.tar.gz
Fix FieldUpdateEvent implementation by having an `object` attribute as the `IFieldUpdatedEvent` interfaces claims there should be. Fixes #102
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 74ecebc..438548a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,8 @@
- Add support for Python 3.9.
+- Fix FieldUpdateEvent implementation by having an `object` attribute as the
+ `IFieldUpdatedEvent` interfaces claims there should be.
6.0.0 (2020-03-21)
==================