Skip to content

Commit f813bc0

Browse files
committed
Changes for 5.2b1
1 parent 3f3c373 commit f813bc0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ For a complete changelog, see:
44
* https://github.com/yaml/pyyaml/commits/
55
* https://bitbucket.org/xi/pyyaml/commits/
66

7+
5.2b1 (2019-11-26)
8+
------------------
9+
10+
* Repair incompatibilities introduced with 5.1. The default Loader was changed,
11+
but several methods like add_constructor still used the old default
12+
https://github.com/yaml/pyyaml/pull/279 -- A more flexible fix for custom tag constructors
13+
https://github.com/yaml/pyyaml/pull/287 -- Change default loader for yaml.add_constructor
14+
https://github.com/yaml/pyyaml/pull/305 -- Change default loader for add_implicit_resolver, add_path_resolver
15+
* Make FullLoader safer by removing python/object/apply from the default FullLoader
16+
https://github.com/yaml/pyyaml/pull/347 -- Move constructor for object/apply to UnsafeConstructor
17+
* Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode <= 0xffff
18+
https://github.com/yaml/pyyaml/pull/276 -- Fix logic for quoting special characters
19+
* Other PRs:
20+
https://github.com/yaml/pyyaml/pull/280 -- Update CHANGES for 5.1
21+
722
5.1.2 (2019-07-30)
823
------------------
924

0 commit comments

Comments
 (0)