diff options
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 76b89fa0d1..97a42ca95b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Fix a bug where rake db:structure:load crashed when the path contained + spaces. + + *Kevin Mook* + * `ActiveRecord::QueryMethods#unscope` unscopes negative equality Allows you to call `#unscope` on a relation with negative equality |