Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Feb 9, 2020
1 parent 16cf1b3 commit e6d0c76
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
---
- version: 0.1.5
date: '2020-02-09'
fixed:
- |-
Add patch for ActiveRecord::TaggedLogger to preserve tags in presence of effect handlers (leehambley)
```ruby
Dry::Effects.load_extensions(:active_support_tagged_logging)
```
- version: 0.1.4
date: '2020-01-07'
fixed:
- Some calls of effect builders were updated to prevent keyword warnings on 2.7
(flash-gordon)
- Some calls of effect builders were updated to prevent keyword warnings on 2.7 (flash-gordon)
- version: 0.1.3
date: '2019-12-20'
added:
Expand Down

0 comments on commit e6d0c76

Please sign in to comment.