Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 committed Apr 2, 2023
1 parent d97e88d commit 2c12139
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog], and this project adheres to

# Unreleased

None.
- **added:** Added `Connection::close` method.
- **added:** Added `tokio_rusqlite::Error` type.
- **breaking:** All `Connection` methods now return `Result<_, tokio_rusqlite::Error>`.
- **updated:** To latest [rusqlite] version(`0.29`).

# 0.3.0 (16. Sep 2022)

Expand Down

0 comments on commit 2c12139

Please sign in to comment.