summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-12 17:13:44 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-12 17:13:44 +0200
commit9f5b5e51c099f5166e65cc85678ee9734c48bb32 (patch)
treeadd994d2a0005c9ff5f2e90d67d906a720c71d22 /README.rst
parenta509d2fac7baff28de5a41f40c44f003f50055fd (diff)
downloadruamel.yaml-9f5b5e51c099f5166e65cc85678ee9734c48bb32.tar.gz
HG: *When this change indeed resolves your problem, please **Close** this issue*.
HG: *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* HG: ####################################################################### HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: ####################################################################### HG: user: Anthon van der Neut <anthon@mnt.org> HG: branch 'default' HG: changed .appveyor.yaml HG: changed CHANGES HG: changed README.rst HG: changed __init__.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5f5118e..1d92c05 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.15.42
-:updated: 2018-07-01
+:version: 0.15.43
+:updated: 2018-07-12
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -42,6 +42,13 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.43 (2018-07-12):
+ - merge PR33: Python2.7 on Windows is narrow, but has no
+ ``sysconfig.get_config_var('Py_UNICODE_SIZE')``. (merge provided by
+ `Marcel Bargull <https://bitbucket.org/mbargull/>`__)
+ - ``register_class()`` now returns class (proposed by
+ `Mike Nerone <https://bitbucket.org/Manganeez/>`__}
+
0.15.42 (2018-07-01):
- fix regression showing only on narrow Python 2.7 (py27mu) builds
(with help from