diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 09:47:34 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 09:47:34 -0500 |
commit | 316093c577193e5e604bb90a16d520e2f5c1b60b (patch) | |
tree | 67651fdf2f88c958c1751c56078b7d32f973a1c2 /CHANGELOG | |
parent | c9b6a61f355bcd9161a010156860346cbfdcdc53 (diff) |
Corrected output when the namespace prefix associated with a
namespaced attribute is the empty string, as opposed to
None. [bug=1915583]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ += 4.9.4 (unreleased) + +* Corrected output when the namespace prefix associated with a + namespaced attribute is the empty string, as opposed to + None. [bug=1915583] + = 4.9.3 (20201003) * Implemented a significant performance optimization to the process of |