diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-11-09 08:38:21 -0800 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-11-09 08:38:21 -0800 |
commit | b7301555e2182b52fb88e259189c9a5d0532ca81 (patch) | |
tree | b95320bf07358c78acf0b4715caa65a574f55f13 /docs/change_log.txt | |
parent | 578a5118152d47564fc8e79b6bb7a7293f7123bd (diff) | |
parent | 1b4172ca6c8b3ef4931aaae15704b8f59325f322 (diff) | |
download | markdown-b7301555e2182b52fb88e259189c9a5d0532ca81.tar.gz markdown-b7301555e2182b52fb88e259189c9a5d0532ca81.tar.bz2 markdown-b7301555e2182b52fb88e259189c9a5d0532ca81.zip |
Merge pull request #159 from mitya57/master
Fixed pyflakes warnings
Diffstat (limited to 'docs/change_log.txt')
-rw-r--r-- | docs/change_log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log.txt b/docs/change_log.txt index 30cb771..1a078bf 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -9,7 +9,7 @@ Python-Markdown Changelog Nov 4, 2012: Released version 2.2.1 ([Notes](release-2.2.1.html)). -Jul 5, 2012: Released version 2.2.0 (Notes](release-2.2.0.html)). +Jul 5, 2012: Released version 2.2.0 ([Notes](release-2.2.0.html)). Jan 22, 2012: Released version 2.1.1 ([Notes](release-2.1.1.html)). |