diff --git a/History.md b/History.md index 342d60189..7737149be 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## v1.5.3 [2023-04-28] Lars Kanis + +- Fix possible segfault when creating a new PG::Result with type map. [#530](https://github.com/ged/ruby-pg/pull/530) +- Add category to deprecation warnings of Coder.new, so that they are suppressed for most users. [#528](https://github.com/ged/ruby-pg/pull/528) + + ## v1.5.2 [2023-04-26] Lars Kanis - Fix regression in copy_data regarding binary format when using no coder. [#527](https://github.com/ged/ruby-pg/pull/527)