Skip to content

Commit 11bfa26

Browse files
committed
Mention query parameter in changelog
1 parent 884627c commit 11bfa26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
* Support more complex schema changes and queries ([#1073][], [#1146][] [#1148][])
55
* Support `ATTACH`/`DETACH` ([#30][], [#1142][])
6+
* Expose connection flags (via `URIQueryParameter`) to open db ([#1074][]))
67
* Support `WITH` clause ([#1139][])
78
* Add `Value` conformance for `NSURL` ([#1110][], [#1141][])
89
* Add decoding for `UUID` ([#1137][])
@@ -164,6 +165,7 @@
164165
[#881]: https://github.com/stephencelis/SQLite.swift/pull/881
165166
[#919]: https://github.com/stephencelis/SQLite.swift/pull/919
166167
[#1073]: https://github.com/stephencelis/SQLite.swift/issues/1073
168+
[#1074]: https://github.com/stephencelis/SQLite.swift/issues/1074
167169
[#1075]: https://github.com/stephencelis/SQLite.swift/pull/1075
168170
[#1077]: https://github.com/stephencelis/SQLite.swift/issues/1077
169171
[#1094]: https://github.com/stephencelis/SQLite.swift/pull/1094

0 commit comments

Comments
 (0)