Skip to content

Commit

Permalink
Updating CHANGELOG for 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zdennis committed Jul 4, 2016
1 parent db78eae commit 9a4d16e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,24 @@
## Changes in 0.15.0

### New Features

* An ArgumentError is now raised if when no `conflict_target` or `conflict_name` is provided or can be determined when using the `on_duplicate_key_update` option for PostgreSQL. Thanks to @jkowens via \#290
* Support for Rails 5.0 final release for all except the JDBC driver which is not yet updated to support Rails 5.0

### Fixes

* activerecord-import no longer modifies a value array inside of the given values array when called with `import(columns, values)`. Thanks to @jkowens via \#291

### Misc

* `raise_error` is used to raise errors for ActiveRecord 5.0. Thanks to @couragecourag via \#294 `raise_record_invalid` has been


## Changes in 0.14.1

### Fixes

* JRuby/JDBCDriver with PostgreSQL will no longer raise a JDBCDriver error when using the :no_returning boolean option. Thanks to @jkowens via \#287
* JRuby/JDBCDriver with PostgreSQL will no longer raise a JDBCDriver error when using the :no_returning boolean option. Thanks to @jkowens via \#287

## Changes in 0.14.0

Expand All @@ -26,7 +42,6 @@
* Code cleanup, removal of deprecated `alias_method_chain`. Thanks to @codeodor via \#271



## Changes in 0.13.0

### New Features
Expand Down

0 comments on commit 9a4d16e

Please sign in to comment.