Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Jun 8, 2016
1 parent 0739aa5 commit e212934
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# MultiMarkdown Change Log #

## [5.3.0] - 2016-06-08 ##

* CHANGED: Update test suite
* FIXED: Don't allow math spans inside strong/emph
* FIXED: Fix additional edge case in emph/strong parser
* FIXED: Fix slow parsing of complex strong/emph (Fixes #18)
* FIXED: Improve accuracy and performance of strong/emph
* FIXED: Improve performance


## [5.2.0] - 2016-03-16 ##

Expand Down Expand Up @@ -96,3 +105,4 @@
[5.0.1]: https://github.com/fletcher/MultiMarkdown-5/releases/tag/5.0.1
[5.1.0]: https://github.com/fletcher/MultiMarkdown-5/releases/tag/5.1.0
[5.2.0]: https://github.com/fletcher/MultiMarkdown-5/releases/tag/5.2.0
[5.3.0]: https://github.com/fletcher/MultiMarkdown-5/releases/tag/5.3.0
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cmake_minimum_required (VERSION 2.6)
set (My_Project_Title "MultiMarkdown")
set (My_Project_Description "MultiMarkdown - lightweight markup processor")
set (My_Project_Author "Fletcher T. Penney")
set (My_Project_Revised_Date "2016-03-16")
set (My_Project_Revised_Date "2016-06-08")
set (My_Project_Version_Major 5)
set (My_Project_Version_Minor 2)
set (My_Project_Version_Minor 3)
set (My_Project_Version_Patch 0)

set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
Expand Down

0 comments on commit e212934

Please sign in to comment.