aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-01-10 14:22:56 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-01-10 14:22:56 -0500
commit72fab7c73b6c1379988726603d600f6c2c8b0705 (patch)
tree2f3a0e45fd8d6978617690c59f831edfedabd214 /docs
parent9a3a19539536369cb9fae7dea65efddec2417d5d (diff)
downloadmarkdown-72fab7c73b6c1379988726603d600f6c2c8b0705.tar.gz
markdown-72fab7c73b6c1379988726603d600f6c2c8b0705.tar.bz2
markdown-72fab7c73b6c1379988726603d600f6c2c8b0705.zip
Add offical support for PyPy.
Diffstat (limited to 'docs')
-rw-r--r--docs/release-2.6.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt
index 2aaf20b..d6e3c19 100644
--- a/docs/release-2.6.txt
+++ b/docs/release-2.6.txt
@@ -10,7 +10,7 @@ Python-Markdown 2.6 Release Notes
We are pleased to release Python-Markdown 2.6 which adds a few new features
and fixes various bugs. See the list of changes below for details.
-Python-Markdown version 2.6 supports Python versions 2.7, 3.2, 3.3, and 3.4.
+Python-Markdown version 2.6 supports Python versions 2.7, 3.2, 3.3, and 3.4 as well as PyPy.
Backwards-incompatible Changes
------------------------------
@@ -112,6 +112,11 @@ Backwards-incompatible Changes
What's New in Python-Markdown 2.6
---------------------------------
+* Official support for [PyPy] has been added. While Python-Markdown has most likley
+worked on PyPy for some time, it is now offically supported and tested on PyPy.
+
+[PyPy]: http://pypy.org/
+
* The [Meta-Data] Extension now includes optional support for [YAML] style
meta-data. By default, the YAML deliminators are recognized, however, the
actual data is parsed as previously. This follows the syntax of