diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-15 08:27:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-15 08:27:40 -0400 |
commit | 15038b22ea020ea79928af2831c4b1dff869bcd4 (patch) | |
tree | 9b1104a2a07a14aaa7e522b3f3cf88ace387206f /NEWS.txt | |
parent | a0457769bbdc682569dd41a48ae5acb1f21481cb (diff) |
Stop data loss when encountering an empty numeric entity, and
possibly in other cases. Thanks to tos.kamiya for the fix. [bug=1698503]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = Unreleased +* Stop data loss when encountering an empty numeric entity, and + possibly in other cases. Thanks to tos.kamiya for the fix. [bug=1698503] + * Improved the warning given when no parser is specified. [bug=1780571] * Fixed code that was causing deprecation warnings in recent Python 3 |