Skip to content

Commit 0543945

Browse files
committed
Start changelog
1 parent ffdf4ca commit 0543945

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Added
6+
* New error codes from Postgres 18
7+
* Tested on Postgres 18
8+
9+
### Fixed
10+
* The error for transaction timeout added in version 3.0 had an incorrect `SqlState::ERRCODE_TRANSACTION_TIMEOUT`
11+
name, changed to `SqlState::TRANSACTION_TIMEOUT`
12+
313
## [3.2.0] - 2025-07-23
414

515
### Added
@@ -423,3 +433,4 @@ Initial release on GitHub
423433
[3.0.0]: https://github.com/sad-spirit/pg-wrapper/compare/v3.0.0-beta.2...v3.0.0
424434
[3.1.0]: https://github.com/sad-spirit/pg-wrapper/compare/v3.0.0...v3.1.0
425435
[3.2.0]: https://github.com/sad-spirit/pg-wrapper/compare/v3.1.0...v3.2.0
436+
[Unreleased]: https://github.com/sad-spirit/pg-wrapper/compare/v3.2.0...HEAD

0 commit comments

Comments
 (0)