Skip to content

Commit

Permalink
Updates CHANGELOG with fix for polymorphic associations.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldupuis-dockyard committed Feb 15, 2016
1 parent 7ec97ce commit c4361ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@
* Allows `#mark_for_destruction` to be passed a timestamp which will be
used for future calls to `destroy`. Thanks
[anarchocurious](https://github.com/anarchocurious)!
* Fixes polymorphic associations for dependencies that don't have the
same `destroyed_at` timestamp. Thanks
[nashby](https://github.com/nashby)!

## 2.0.0
* Associated models that do not include `DestroyedAt` will now be
Expand Down
2 changes: 1 addition & 1 deletion lib/destroyed_at/version.rb
@@ -1,3 +1,3 @@
module DestroyedAt
VERSION = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit c4361ec

Please sign in to comment.