CHANGELOG.md in myrrha-3.0.0.rc7 vs CHANGELOG.md in myrrha-3.0.0
- old
+ new
@@ -1,10 +1,11 @@
-# 3.0.0 / FIX ME
+# 3.0.0 / 2013-02-11
* Implementation of domains has been moved to the domain gem. The syntax to create domains
has therefore changed. Myrrha::Domain does no longer exists.
* An error handler can now be set on Coercions rules. The default one raises a
Myrrha::Error, preserving backward compatibility.
+* Fixed a to_ruby_literal bug that made JRuby using Marshall much too often.
# 2.0.0 / 2012-09-26
* Removed support for ruby 1.8.7
* Coercions#subdomain? and Coercions#belongs_to? are now protected