CHANGELOG.md in letter_opener-1.4.1 vs CHANGELOG.md in letter_opener-1.5.0

- old
+ new

@@ -1,4 +1,14 @@ +## 1.5.0 ## + * Use proper check for `Rails::Railties` (thanks [Florian Weingarten](https://github.com/fw42)) + * Add a shim for the iFrame "srcdoc" attribute (make it work with IE). + * Do not convert `-` to `_` in attachment file names. (thanks [Steven Harman](https://github.com/stevenharman)) + * Drop Ruby 1.9 support. + * Escape inline attachment names the same way they are stored in the attachments directory (thanks [Daniel Rikowski](https://github.com/daniel-rikowski)) + * Increase timestamp precision in the mail filename. (thanks [Piotr Usewicz](https://github.com/pusewicz)) + * Add ability to configure location of stored mails. (thanks [Ben](https://github.com/beejamin)) + * Add light version of template for mails that doesn't render any additional styling. (thanks [Ben](https://github.com/beejamin)) + ## 1.4.1 ## * Stop base tag appearing in plain-text previews. (thanks [Coby Chapple](https://github.com/cobyism)) ## 1.4.0 ## * Add base tag to the iframe so links work with X-Frame-Options set to SAMEORIGIN. (thanks [Jason Tokoph](https://github.com/jtokoph))