File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55---
66
7+ ## [ 2.1.4] ( https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.4 ) (2018/03/05)
8+ Released on 2018/03/05.
9+
10+ #### Fixed
11+ * Fixed crash on missing fonts [ #69 ] ( https://github.com/laptobbe/TSMarkdownParser/issues/69 )
12+ * Fixed compatibility with macOS 10.7 to 10.10
13+
14+
715## [ 2.1.3] ( https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.3 ) (2017/02/21)
816Released on 2017/02/21.
917
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "TSMarkdownParser"
3- s . version = "2.1.3 "
3+ s . version = "2.1.4 "
44 s . summary = "A markdown to NSAttributedString parser for iOS and OSX"
55
66 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments