Added release date and notes for 1.0.1k.

This commit is contained in:
Michel Fortin 2007-09-26 14:31:35 -04:00
parent 0c0449cd86
commit 4f0e737cf1
2 changed files with 8 additions and 1 deletions

View file

@ -203,6 +203,13 @@ expected; (3) the output PHP Markdown actually produced.
Version History
---------------
1.0.1k (26 Sep 2007):
* Fixed a problem introduced in 1.0.1i where three or more identical
uppercase letters, as well as a few other symbols, would trigger
a horizontal line.
1.0.1j (4 Sep 2007):
* Fixed a problem introduced in 1.0.1i where the closing `code` and

View file

@ -12,7 +12,7 @@
#
define( 'MARKDOWN_VERSION', "1.0.1k" ); # Unreleased
define( 'MARKDOWN_VERSION', "1.0.1k" ); # Wed 26 Sep 2007
#