diff --git a/docs/content/changelogs/2023-01-31-42.5.2-release.md b/docs/content/changelogs/2023-01-31-42.5.2-release.md index b01a310012..6f9d27e1d3 100644 --- a/docs/content/changelogs/2023-01-31-42.5.2-release.md +++ b/docs/content/changelogs/2023-01-31-42.5.2-release.md @@ -31,8 +31,8 @@ fix: improve thread safety of PgResultSet#getTimestamp [PR #2726](https://github **Commits by author** Dave Cramer (2): -- fix: binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](https://github.com/pgjdbc/pgjdbc/pull/2697)\ -- fix: Apply patch from [Issue #2683](https://github.com/pgjdbc/pgjdbc/issues/2683) provided by James Courtney to fix hanging ssl connections [PR #2687](https://github.com/pgjdbc/pgjdbc/pull/2687)\ +- fix: binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](https://github.com/pgjdbc/pgjdbc/pull/2697) +- fix: Apply patch from [Issue #2683](https://github.com/pgjdbc/pgjdbc/issues/2683) provided by James Courtney to fix hanging ssl connections [PR #2687](https://github.com/pgjdbc/pgjdbc/pull/2687) - fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #2684](https://github.com/pgjdbc/pgjdbc/issues/2684) [PR #2685](https://github.com/pgjdbc/pgjdbc/pull/2685) Sebastian Baumhekel(1): diff --git a/docs/content/changelogs/2023-02-03-42.5.3-release.md b/docs/content/changelogs/2023-02-03-42.5.3-release.md index 2c1f3ed97b..7d9dd50b62 100644 --- a/docs/content/changelogs/2023-02-03-42.5.3-release.md +++ b/docs/content/changelogs/2023-02-03-42.5.3-release.md @@ -7,7 +7,7 @@ version: 42.5.3 --- ### Fixed -fix: Add box to TypeInfoCache, fixes [Issue #2746](https://github.com/pgjdbc/pgjdbc/issues/2746) [PR #2747](https://github.com/pgjdbc/pgjdbc/pull/2747) +fix: Add box to TypeInfoCache, fixes [Issue #2746](https://github.com/pgjdbc/pgjdbc/issues/2746) [PR #2747](https://github.com/pgjdbc/pgjdbc/pull/2747)\ fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #2748](https://github.com/pgjdbc/pgjdbc/issues/2748) [PR#2749](https://github.com/pgjdbc/pgjdbc/pull/2749) @@ -15,7 +15,7 @@ fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #2748] **Commits by author** Dave Cramer (2): - Fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue (#2749) [PR 2748](https://github.com/pgjdbc/pgjdbc/pull/2748) + Fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue (#2749) [PR 2748](https://github.com/pgjdbc/pgjdbc/pull/2748)\ Add box to TypeInfoCache, fixes Issue (#2747) [PR 2746](https://github.com/pgjdbc/pgjdbc/pull/2746)