CHANGELOG.md in contentful-2.10.1 vs CHANGELOG.md in contentful-2.11.0

- old
+ new

@@ -1,8 +1,18 @@ # Change Log ## Unreleased +## 2.11.0 +### Added +* Added `:raise_for_empty_fields` configuration option. [#190](https://github.com/contentful/contentful.rb/issues/190) + +### Fixed +* Links in `RichText` fields, that are published but unreachable, due to not having enough include depth on the request, are now returned as `Link` objects. + +### Changed +* Included resources for embedded entries and assets in Rich Text fields are now properly serialized to `data.target` instead of the top level `data`. + ## 2.10.1 ### Fixed * Fixed `Marshal.load` for entries with unpublished related entries. ## 2.10.0