CHANGELOG.md in letter_opener-1.7.0 vs CHANGELOG.md in letter_opener-1.8.0

- old
+ new

@@ -1,6 +1,13 @@ -## master ## +## 1.8.0 ## + * Allow configuration of the 'file///' part in Launchy.open path (thanks [ +Regis Millet](https://github.com/Kulgar)) + * Enhance 'tmp:clear' task to delete 'tmp/letter_opener' files (thanks [JoaquĆ­n Vicente](https://github.com/wacko)) + * Convert mail's subject to UTF-8. (thanks [kuroponzu](https://github.com/kuroponzu)) + * Use proper attachment's filename sanitization so we don't escape Japanese characters. + +## 1.7.0 ## * Use default configuration in `Message::rendered_messages` (thanks [Krystan HuffMenne ](https://github.com/gitKrystan)) * Do not use `Rails.root` path if LetterOpener is used outside of Rails (thanks [centrevillage](https://github.com/centrevillage)) * Allow to set only `Mail#cc`/`Mail#bcc` without `Mail#to`. @@ -78,6 +85,6 @@ * Fixing launchy requirement (thanks [Bruno Michel](https://github.com/nono)) ## 0.0.1 ## - * Initial relase + * Initial release