Skip to content

Commit f8bdf2a

Browse files
committed
Link to issues/PRs in changelog
1 parent 2ecb8d9 commit f8bdf2a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
0.11.1 (06-12-2016), [diff][diff-0.11.1])
1+
2+
0.11.1 (06-12-2016), [diff][diff-0.11.1]
23
========================================
34

4-
* Integrate SQLCipher via CocoaPods (#546)
5-
* Made lastInsertRowid consistent with other SQLite wrappers (#532)
5+
* Integrate SQLCipher via CocoaPods ([#546][], [#553][])
6+
* Made lastInsertRowid consistent with other SQLite wrappers ([#532][])
67
* Fix for ~= operator used with Double ranges
78
* Various documentation updates
89

@@ -14,3 +15,7 @@
1415

1516
[diff-0.11.1]: https://github.com/stephencelis/SQLite.swift/compare/0.11.0...0.11.1
1617
[diff-0.11.0]: https://github.com/stephencelis/SQLite.swift/compare/0.10.1...0.11.0
18+
19+
[#532]: https://github.com/stephencelis/SQLite.swift/issues/532
20+
[#546]: https://github.com/stephencelis/SQLite.swift/issues/546
21+
[#553]: https://github.com/stephencelis/SQLite.swift/pull/553

0 commit comments

Comments
 (0)