Skip to content

Commit 0bb4683

Browse files
committed
Changelog
1 parent ac52569 commit 0bb4683

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.11.4 (xx-09-2017), [diff][diff-0.11.4]
2+
========================================
3+
4+
* Fix create/drop index functions ([#666][])
5+
* Set deployment target to 8.0 (#624, #671, #717)
6+
* Added support for the union query clause ([#723][])
7+
* Add support for ORDER and LIMIT on UPDATE and DELETE ([#722][])
8+
* Swift 4 support [(#668][])
9+
110
0.11.3 (30-03-2017), [diff][diff-0.11.3]
211
========================================
312

@@ -33,6 +42,7 @@
3342
[diff-0.11.1]: https://github.com/stephencelis/SQLite.swift/compare/0.11.0...0.11.1
3443
[diff-0.11.2]: https://github.com/stephencelis/SQLite.swift/compare/0.11.1...0.11.2
3544
[diff-0.11.3]: https://github.com/stephencelis/SQLite.swift/compare/0.11.2...0.11.3
45+
[diff-0.11.4]: https://github.com/stephencelis/SQLite.swift/compare/0.11.3...0.11.4
3646

3747
[#481]: https://github.com/stephencelis/SQLit1e.swift/pull/481
3848
[#532]: https://github.com/stephencelis/SQLit1e.swift/issues/532
@@ -45,3 +55,7 @@
4555
[#561]: https://github.com/stephencelis/SQLite.swift/issues/561
4656
[#571]: https://github.com/stephencelis/SQLite.swift/issues/571
4757
[#615]: https://github.com/stephencelis/SQLite.swift/pull/615
58+
[#666]: https://github.com/stephencelis/SQLite.swift/pull/666
59+
[#668]: https://github.com/stephencelis/SQLite.swift/pull/668
60+
[#722]: https://github.com/stephencelis/SQLite.swift/pull/722
61+
[#723]: https://github.com/stephencelis/SQLite.swift/pull/723

0 commit comments

Comments
 (0)