diff --git a/Markdown.pl b/Markdown.pl index 29687f8..7482c0d 100755 --- a/Markdown.pl +++ b/Markdown.pl @@ -25,7 +25,7 @@ BEGIN {*COPYRIGHT = Copyright (C) 2015,2016,2017 Kyle J. McKay All rights reserved. "; -*VERSION = \"1.1.5-PRE" +*VERSION = \"1.1.5" } require Exporter; @@ -2554,6 +2554,8 @@ Z<> See the F file for detailed release notes for this version. =over +=item Z<> 1.1.5 - 07 Dec 2017 + =item Z<> 1.1.4 - 24 Jun 2017 =item Z<> 1.1.3 - 13 Feb 2017 diff --git a/README b/README index 6c99be1..b388ac1 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Markdown ======== -Version 1.1.4 +Version 1.1.5 John Gruber Kyle J. McKay @@ -173,6 +173,13 @@ Markdown.pl source code for more information. Version History --------------- +1.1.5 (07 Dec 2017): + +* Markdown.pl: support tables + +* Markdown.pl: make sure all alt= and title= text is escaped + + 1.1.4 (24 Jun 2017): + Markdown.pl: disallow and without --deprecated