Skip to content

Commit

Permalink
Update changelog for v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Jul 20, 2017
1 parent 5ed70fa commit cdd3e7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## Changes in 0.19.1

### Fixes

* Fix a regression where models weren't properly being marked clean. Thanks to @tjwp via \#434.
* Raise ActiveRecord::Import::ValueSetTooLargeError when a record being inserted exceeds the
`max_allowed_packet` for MySQL. Thanks to @saizai, @jkowens via \#437.
* Fix issue concatenating column names array with primary key. Thanks to @keeguon via \#440.

## Changes in 0.19.0

### New Features
Expand Down

0 comments on commit cdd3e7f

Please sign in to comment.