summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-06-18 09:37:58 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-06-18 09:37:58 +0200
commitd7494129aaaca4a429096cba6131dcfb4fe629a2 (patch)
treeca014c1a352d2cfce6cb315cf6207194632dcdf8 /README.rst
parent9f2076c62cc42fe572336d92a5a4d71c21eec3bd (diff)
downloadruamel.yaml-d7494129aaaca4a429096cba6131dcfb4fe629a2.tar.gz
fixes issue #190: added landingplaces to README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index cf491f6..16bc7db 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,13 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
+:version: 0.15.40
+:updated: 2018-06-18
+:documentation: http://yaml.readthedocs.io
+:repository: https://bitbucket.org/ruamel/
+:pypi: https://pypi.org/project/ruamel.yaml/
+
+
Starting with version 0.15.0 the way YAML files are loaded and dumped
is changing. See the API doc for details. Currently existing
functionality will throw a warning before being changed/removed.
@@ -36,12 +43,14 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
NEXT:
+ - added links to landing places as suggested in issue 190 by
+ `KostisA <https://bitbucket.org/ankostis/>`__
- fixes issue #201: decoding unicode escaped tags on Python2, reported
by `Dan Abolafia <https://bitbucket.org/danabo/>`__
0.15.39 (2018-06-17):
- - merge PR27 improving package startup time (and loading when regexp not
- actually used), provided by
+ - merge PR27 improving package startup time (and loading when regexp not
+ actually used), provided by
`Marcel Bargull <https://bitbucket.org/mbargull/>`__
0.15.38 (2018-06-13):