diff --git a/docs/content/changelogs/2023-12-06-42.7.1-release.md b/docs/content/changelogs/2023-12-06-42.7.1-release.md index 02c22544b7..901aa2eecb 100644 --- a/docs/content/changelogs/2023-12-06-42.7.1-release.md +++ b/docs/content/changelogs/2023-12-06-42.7.1-release.md @@ -28,13 +28,14 @@ version: 42.7.1 **Commits by author** - -Vladimir Sitnikov (5): +Vladimir Sitnikov (4): * Revert "[PR #2925](https://github.com/pgjdbc/pgjdbc/pull/2925) Use canonical DateStyle name" [PR #3035](https://github.com/pgjdbc/pgjdbc/pull/3035) * Revert "[PR ##2973](https://github.com/pgjdbc/pgjdbc/pull/2973) feat: support SET statements combining with other queries with semicolon in PreparedStatement" [PR #3010](https://github.com/pgjdbc/pgjdbc/pull/3010) -* fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc [PR #2720](https://github.com/pgjdbc/pgjdbc/pull/2720) * fix: NoSuchMethodError on ByteBuffer#position When Running on Java 8 when accessing arrays, fixes [Issue #3014](https://github.com/pgjdbc/pgjdbc/issues/3014) * fix: avoid timezone conversions when sending LocalDateTime to the database [#2852](https://github.com/pgjdbc/pgjdbc/pull/3010) Dave Cramer (1): * fix: Apply connectTimeout before SSLSocket.startHandshake to avoid infinite wait in case the connection is broken [PR #3040](https://github.com/pgjdbc/pgjdbc/pull/3040) + +Christian Ullrich (1): +* fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc [PR #2720](https://github.com/pgjdbc/pgjdbc/pull/2720)