Skip to content

Commit 01aa282

Browse files
committed
Fix formating of the CHANGELOG
1 parent bab0f79 commit 01aa282

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
## v1.6.3 [2025-12-29] Lars Kanis <lars@greiz-reinsdorf.de>
22

33
Added:
4-
- Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. #682
4+
5+
- Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. [#682](https://github.com/ged/ruby-pg/pull/682)
56
- Update fat binary gem to OpenSSL-3.6.0 and PostgreSQL-18.1.
6-
- Improve documentation of PG::Result and README. #676
7+
- Improve documentation of PG::Result and README. [#676](https://github.com/ged/ruby-pg/pull/676)
78
- Update errorcodes to PostgreSQL-18.
8-
- Use `rb_hash_new_capa` on Ruby-3.2+ . #674
9-
- Deny any server communication on a frozen PG::Connection . #677
10-
- Fix possible race condition in PG::Result in Ractor context. #674
9+
- Use `rb_hash_new_capa` on Ruby-3.2+ . [#674](https://github.com/ged/ruby-pg/pull/674)
10+
- Deny any server communication on a frozen PG::Connection . [#677](https://github.com/ged/ruby-pg/pull/677)
11+
- Fix possible race condition in PG::Result in Ractor context. [#674](https://github.com/ged/ruby-pg/pull/674)
1112

1213
Removed:
13-
- Drop binary gem support for platform `x86-mingw32`. #682
14+
15+
- Drop binary gem support for platform `x86-mingw32`. [#682](https://github.com/ged/ruby-pg/pull/682)
1416
- Drop binary gems for ruby-2.7.
1517

1618

0 commit comments

Comments
 (0)