diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 20:53:13 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 20:53:13 -0400 |
commit | 0b9b0976b5219233bee143c09a3f35fc2a44d20e (patch) | |
tree | df6061527e52417c035b9eb72bd41962df1c3a44 /NEWS.txt | |
parent | fdc2bf6d1490d536fb583986b40a34f80ed5a0bc (diff) |
You can now create a NavigableString or a subclass just by invoking
the constructor. [bug=1294315]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ * Improved the exception raised when you call .unwrap() or .replace_with() on an element that's not attached to a tree. +* You can now create a NavigableString or a subclass just by invoking + the constructor. [bug=1294315] + = 4.3.2 (20131002) = * Fixed a bug in which short Unicode input was improperly encoded to |