Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Apr 23, 2018
1 parent c1ee41a commit c5696f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## HEAD (unreleased)

## 1.5.0
* Add `params[:vendor_specific]` to `Griddler::Email` ([#285](https://github.com/thoughtbot/griddler/pull/285))
* Handle common French/Spanish formats ([#250](https://github.com/thoughtbot/griddler/pull/250))
* Add spam report and spam score to email ([#283](https://github.com/thoughtbot/griddler/pull/283))
* Pass original recipient and reply to through ([#271](https://github.com/thoughtbot/griddler/pull/271))
* Add license to gemspec ([#293](https://github.com/thoughtbot/griddler/pull/293))
* Add additional documentation to the `reply_delimiter` config field ([#294](https://github.com/thoughtbot/griddler/pull/294))
* Skip CSRF check in controller ([#298](https://github.com/thoughtbot/griddler/pull/298))
* Use RSpec request spec and test against Rails 5.1 ([#296](https://github.com/thoughtbot/griddler/pull/296]))
* Test against Rails 5.2 and Ruby 2.5. Drop testing against Ruby 2.1.

## 1.4.0
* Add `to_h` support to `Griddler::Email` ([#276](https://github.com/thoughtbot/griddler/pull/276))
* Allow user defined Email class ([#270](https://github.com/thoughtbot/griddler/pull/270))
Expand Down

0 comments on commit c5696f9

Please sign in to comment.