ChangeLog.md in dm-is-read_only-0.1.1 vs ChangeLog.md in dm-is-read_only-0.2.0
- old
+ new
@@ -1,4 +1,13 @@
+### 0.2.0 / 2010-11-05
+
+* Added {DataMapper::Resource::State::ReadOnly}:
+ * Inherits from the `Clean` state.
+ * Raises {DataMapper::ReadOnlyError} exceptions when `set` or `delete`
+ are called.
+* Fixed a bug where read-only resources with relationships were not being
+ loaded.
+
### 0.1.1 / 2010-08-11
* Override `saved?` in `DataMapper::Resource` to always return `true`,
so that methods such as `save_self` will also return `true`. This allows
read-only models to be used in relationships with non-read-only models.