CHANGELOG.md in contentful-0.9.0 vs CHANGELOG.md in contentful-0.10.0
- old
+ new
@@ -1,7 +1,15 @@
# Change Log
## Unreleased
+## 0.10.0
+### Added
+* Added `:fl` parameter to `Asset#image_url` to support `progressive` File Layering
+* Added Marshalling methods to `Asset` [#88](https://github.com/contentful/contentful.rb/issues/88)
+
+## Changed
+* Changed 503 error message to a less confusing one.
+
## 0.9.0
### Added
* Added `Contentful::Resource::CustomResource` to automatically map fields to accessors [#79](https://github.com/contentful/contentful.rb/issues/79)
* Added `#raw` to `Contentful::Resource` for easier Marshalling
* Added documentation regarding locales