Skip to content

Commit 64e294f

Browse files
committed
update CHANGELOG
Signed-off-by: Grant Ramsay <[email protected]>
1 parent bddc6cd commit 64e294f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ For the original changelog, please refer to the "OLD_CHANGELOG.md" file in the r
77

88
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
1110
## [Unreleased](https://github.com/seapagan/sqliter-py/tree/HEAD)
1211

1312
**New Features**
1413

14+
- Remove transaction exception (TransactionError) ([#4](https://github.com/seapagan/sqliter-py/pull/4)) by [seapagan](https://github.com/seapagan)
1515
- Improve error handling across the library ([#3](https://github.com/seapagan/sqliter-py/pull/3)) by [seapagan](https://github.com/seapagan)
1616
- Add 'limit', 'offset' and 'order' methods ([#2](https://github.com/seapagan/sqliter-py/pull/2)) by [seapagan](https://github.com/seapagan)
1717

1818
**Testing**
1919

2020
- Add a full test suite to the existing code. ([#1](https://github.com/seapagan/sqliter-py/pull/1)) by [seapagan](https://github.com/seapagan)
2121

22+
**Dependency Updates**
23+
24+
- Configure Renovate ([#5](https://github.com/seapagan/sqliter-py/pull/5)) by [renovate[bot]](https://github.com/apps/renovate)
25+
2226
---
2327
*This changelog was generated using [github-changelog-md](http://changelog.seapagan.net/) by [Seapagan](https://github.com/seapagan)*

0 commit comments

Comments
 (0)