Skip to content

Commit 9861322

Browse files
committed
Update CHANGES.txt
1 parent 428e225 commit 9861322

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGES.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ RELEASE 4.1.0.devyyyymmdd - Mon, 04 Jul 2020 16:06:40 -0700
1414

1515
From Eugene Huang:
1616
- Ensure all Node subclasses return 'bytes' in their get_contents()
17-
methods. This was causing problems in Value.get_text_contents() as
18-
'str' types do not have a decode() method.
19-
- Make sure Value.get_contents() never fails because of decoding errors
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.
17+
methods.
18+
- Make Value.get_text_contents() calculate the contents using child node
19+
csigs instead of child contents (similar to Alias node contents). The
20+
new implementation is not prone to decoding errors so Value.get_csig()
21+
should always work, whereas previously, Value nodes sometimes could not
22+
be used as target nodes.
23+
2524

2625
RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000
2726

0 commit comments

Comments
 (0)