CHANGELOG.md in sanitize_email-1.1.7 vs CHANGELOG.md in sanitize_email-1.2.0
- old
+ new
@@ -1,6 +1,11 @@
HEAD
+Version 1.2.0- JUL.24.2016
+* No longer registers instance of SanitizeEmail::Bleach to avoid the dev env reloading problem (fixes #12)
+* Instead registers SanitizeEmail::Bleach class.
+* Deprecate sending arguments to SanitizeEmail::Bleach.new
+
Version 1.1.7 - AUG.30.2015
* No API changes
* General improvement to the code base by Peter Boling
- small refactorings
- documentation