@@ -17,20 +17,24 @@ For a complete changelog, see:
17
17
* https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip cache support
18
18
* https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
19
19
* https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode characters over codepoint 0xffff
20
- * https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over codepoint 0xffff
21
20
* https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
22
21
* https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
23
22
* https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
24
23
* https://github.com/yaml/pyyaml/pull/102 -- Include license file in the generated wheel package
25
24
* https://github.com/yaml/pyyaml/pull/105 -- Removed Python 2.6 & 3.3 support
26
25
* https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco code
27
26
* https://github.com/yaml/pyyaml/pull/129 -- Remove call to `ord` in lib3 emitter code
28
- * https://github.com/yaml/pyyaml/pull/143 -- Allow to turn off sorting keys in Dumper
29
27
* https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
30
28
* https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in double quotes "\/"
29
+ * https://github.com/yaml/pyyaml/pull/175 -- Updated link to pypi in release announcement
31
30
* https://github.com/yaml/pyyaml/pull/181 -- Import Hashable from collections.abc
31
+ * https://github.com/yaml/pyyaml/pull/194 -- Reverting https://github.com/yaml/pyyaml/pull/74
32
+ * https://github.com/yaml/pyyaml/pull/195 -- Build libyaml on travis
33
+ * https://github.com/yaml/pyyaml/pull/196 -- Force cython when building sdist
34
+ * https://github.com/yaml/pyyaml/pull/254 -- Allow to turn off sorting keys in Dumper (2)
32
35
* https://github.com/yaml/pyyaml/pull/256 -- Make default_flow_style=False
33
36
* https://github.com/yaml/pyyaml/pull/257 -- Deprecate yaml.load and add FullLoader and UnsafeLoader classes
37
+ * https://github.com/yaml/pyyaml/pull/261 -- Skip certain unicode tests when maxunicode not > 0xffff
34
38
* https://github.com/yaml/pyyaml/pull/263 -- Windows Appveyor build
35
39
36
40
3.13 (2018-07-05)
0 commit comments