Skip to content

Commit 8530029

Browse files
committed
Update CHANGES.txt
1 parent 5e65d14 commit 8530029

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ RELEASE 4.1.0.devyyyymmdd - Mon, 04 Jul 2020 16:06:40 -0700
1717
methods. This was causing problems in Value.get_text_contents() as
1818
'str' types do not have a decode() method.
1919
- Make sure Value.get_contents() never fails because of decoding errors
20-
from trying to decode child nodes binary contents. Modify
21-
Value.get_csig() to use get_contents() as basis for csig instead since
22-
get_text_contents() is prone to decoding errors, which prevented Value
23-
nodes from being used as targets in some cases.
24-
20+
from trying to decode child nodes binary contents.
21+
- Make Value.get_csig() use children csigs instead of content for
22+
efficiency. Using get_text_contents() is also bad because it is prone
23+
to decoding errors which will prevent Value nodes from being used as
24+
targets in some cases.
2525

2626
RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000
2727

0 commit comments

Comments
 (0)