Skip to content

Commit 8b321bf

Browse files
authored
Update CHANGELOG.md
1 parent 7d62d9a commit 8b321bf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 0.2.0 - 2020-01-15
9+
10+
### Fixed
11+
12+
- https://github.com/launchbadge/sqlx/issues/47
13+
14+
### Added
15+
16+
- Support Tokio through an optional `runtime-tokio` feature.
17+
18+
- Support SQL transactions. You may now use the `begin()` function on `Pool` or `Connection` to
19+
start a new SQL transaction. This returns `sqlx::Transaction` which will `ROLLBACK` on `Drop`
20+
or can be explicitly `COMMIT` using `commit()`.
21+
22+
- Support TLS connections.
923

1024
## 0.1.4 - 2020-01-11
1125

0 commit comments

Comments
 (0)