summaryrefslogtreecommitdiff
path: root/_doc/pyyaml.rst
diff options
context:
space:
mode:
Diffstat (limited to '_doc/pyyaml.rst')
-rw-r--r--_doc/pyyaml.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/_doc/pyyaml.rst b/_doc/pyyaml.rst
index 93dcd65..822efd8 100644
--- a/_doc/pyyaml.rst
+++ b/_doc/pyyaml.rst
@@ -47,7 +47,7 @@ PY2/PY3 reintegration
``ruamel.yaml`` re-integrates the Python 2 and 3 sources, running on
Python 2.7 (CPython, PyPy), 3.3, 3.4, 3.5 (support for 2.6 has been
dropped mid 2016). It is more easy to extend and maintain as only a
-miniscule part of the code is version specific.
+miniscule part of the code is Python version specific.
Fixes
-----
@@ -68,4 +68,11 @@ test framework is called from within ``tox`` runs.
Before versions are pushed to PyPI, ``tox`` is invoked, and has to pass, on all
supported Python versions, on PyPI as well as flake8/pep8
+API
+---
+
+Starting with 0.15 the API for using ``ruamel.yaml`` has diverged allowing easier
+addition of new features.
+
+
.. include:: links.rst