Skip to content

Commit

Permalink
Update changelog for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Aug 21, 2023
1 parent ef0ed86 commit 939dc9f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## Changes in 1.5.0

### New Features

* Add Rails 7.1 support. Thanks to @gucki via \##807.
* Add support for alias attributes. Thanks to @leonidkroka via \##799.

### Fixes

* Support for multi-byte column names when splitting queries. Thanks to @TakuyaKurimoto via \##801.
* Fix issue with track_validation_failures when import models. Thanks to @OtaYohihiro via \##798.

## Changes in 1.4.1

### Fixes

* Fix importing models that have required belongs_to associations and use composite primary keys. Thanks to @thoughtbot-summer vi \##783.
* Fix importing models that have required belongs_to associations and use composite primary keys. Thanks to @thoughtbot-summer via \##783.

## Changes in 1.4.0

Expand Down

0 comments on commit 939dc9f

Please sign in to comment.