summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-09-27 09:37:27 -0500
committerGitHub <noreply@github.com>2017-09-27 09:37:27 -0500
commitcbb06b105779168a77a620ba445090edef822d16 (patch)
tree3daf5c4515a2f294375053c7352a2c3fe9769ee7
parent12eda2c8e57d6cdee7d5d3a14a93bfaddf0655b5 (diff)
parenta143b834b099e9a1678a56af011b305ff36f0117 (diff)
downloadzope-i18nmessageid-cbb06b105779168a77a620ba445090edef822d16.tar.gz
Merge pull request #10 from y-fujisaki2/patch-3
Fix process of reference count during GC (#9)
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ab3428e..bc1e3ff 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,8 @@ Changes
4.1.1 (unreleased)
------------------
-- TBD
+- Fix the possibility of a rare crash in the C extension when deallocating items. See
+ https://github.com/zopefoundation/zope.i18nmessageid/issues/7
4.1.0 (2017-05-02)
------------------