File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ RELEASE 4.1.0.devyyyymmdd - Mon, 04 Jul 2020 16:06:40 -0700
14
14
15
15
From Eugene Huang:
16
16
- 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
+
25
24
26
25
RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000
27
26
You can’t perform that action at this time.
0 commit comments