Skip to content

Commit 8a7d0ed

Browse files
committed
Update CHANGES for 5.1 (#280)
* Update CHANGES Some PRs were forgotten, and some were listed that weren't merged.
1 parent 31f2279 commit 8a7d0ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGES

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,24 @@ For a complete changelog, see:
2727
* https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip cache support
2828
* https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
2929
* https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode characters over codepoint 0xffff
30-
* https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over codepoint 0xffff
3130
* https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
3231
* https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
3332
* https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
3433
* https://github.com/yaml/pyyaml/pull/102 -- Include license file in the generated wheel package
3534
* https://github.com/yaml/pyyaml/pull/105 -- Removed Python 2.6 & 3.3 support
3635
* https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco code
3736
* https://github.com/yaml/pyyaml/pull/129 -- Remove call to `ord` in lib3 emitter code
38-
* https://github.com/yaml/pyyaml/pull/143 -- Allow to turn off sorting keys in Dumper
3937
* https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
4038
* https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in double quotes "\/"
39+
* https://github.com/yaml/pyyaml/pull/175 -- Updated link to pypi in release announcement
4140
* https://github.com/yaml/pyyaml/pull/181 -- Import Hashable from collections.abc
41+
* https://github.com/yaml/pyyaml/pull/194 -- Reverting https://github.com/yaml/pyyaml/pull/74
42+
* https://github.com/yaml/pyyaml/pull/195 -- Build libyaml on travis
43+
* https://github.com/yaml/pyyaml/pull/196 -- Force cython when building sdist
44+
* https://github.com/yaml/pyyaml/pull/254 -- Allow to turn off sorting keys in Dumper (2)
4245
* https://github.com/yaml/pyyaml/pull/256 -- Make default_flow_style=False
4346
* https://github.com/yaml/pyyaml/pull/257 -- Deprecate yaml.load and add FullLoader and UnsafeLoader classes
47+
* https://github.com/yaml/pyyaml/pull/261 -- Skip certain unicode tests when maxunicode not > 0xffff
4448
* https://github.com/yaml/pyyaml/pull/263 -- Windows Appveyor build
4549

4650
3.13 (2018-07-05)

0 commit comments

Comments
 (0)