File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
---
6
6
7
+ ## [ 2.1.3] ( https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.3 ) (2017/02/21)
8
+ Released on 2017/02/21.
9
+
10
+ #### Fixed
11
+ * Fixed link autodetection conflicts with link markup [ #62 ] ( https://github.com/laptobbe/TSMarkdownParser/issues/62 )
12
+
13
+
7
14
## [ 2.1.2] ( https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.2 ) (2016/12/11)
8
15
Released on 2016/12/11.
9
16
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "TSMarkdownParser"
3
- s . version = "2.1.2 "
3
+ s . version = "2.1.3 "
4
4
s . summary = "A markdown to NSAttributedString parser for iOS and OSX"
5
5
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments