Skip to content

Commit 25708c9

Browse files
committed
Updates
1 parent 0eb58d8 commit 25708c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.14.0 (tbd), [diff][diff-0.14.0]
1+
0.14.0 (27-10-2022), [diff][diff-0.14.0]
22
========================================
33
For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
44

Documentation/Index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- [Schema Changer](#schemachanger)
5151
- [Renaming Columns](#renaming-columns)
5252
- [Dropping Columns](#dropping-columns)
53-
- [Renaming/dropping tables](#renamingdropping-tables)
53+
- [Renaming/dropping Tables](#renamingdropping-tables)
5454
- [Indexes](#indexes)
5555
- [Creating Indexes](#creating-indexes)
5656
- [Dropping Indexes](#dropping-indexes)
@@ -173,7 +173,7 @@ See the [sqlite3 podspec][sqlite3pod] for more details.
173173
#### Using SQLite.swift with SQLCipher
174174

175175
If you want to use [SQLCipher][] with SQLite.swift you can require the
176-
`SQLCipher` subspec in your Podfile:
176+
`SQLCipher` subspec in your Podfile (SPM is not supported yet, see [#1084](/issues/1084)):
177177

178178
```ruby
179179
target 'YourAppTargetName' do
@@ -2183,7 +2183,7 @@ try db.detach("external")
21832183
// DETACH DATABASE 'external'
21842184
```
21852185

2186-
When compiled for SQLCipher, you can additionally pass a `key` parameter to `attach`:
2186+
When compiled for SQLCipher, we can additionally pass a `key` parameter to `attach`:
21872187

21882188
```swift
21892189
try db.attach(.uri("encrypted.sqlite"), as: "encrypted", key: "secret")

0 commit comments

Comments
 (0)