We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff58c9 commit f21e1d6Copy full SHA for f21e1d6
2 files changed
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
5
---
6
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
15
## [2.1.3](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.3) (2017/02/21)
16
Released on 2017/02/21.
17
TSMarkdownParser.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "TSMarkdownParser"
3
- s.version = "2.1.3"
+ s.version = "2.1.4"
s.summary = "A markdown to NSAttributedString parser for iOS and OSX"
s.description = <<-DESC
0 commit comments