From 6453ec7b35f869cea2802d78c2dfa3fce86bc3ca Mon Sep 17 00:00:00 2001 From: Andreas Tiefenthaler Date: Wed, 28 Jan 2015 17:56:27 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd31047..1a41ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased ### Fixed * Better handling of 503 responses from the API [#48](https://github.com/contentful/contentful-management.rb/pull/48) +* Better handling of 429 responses from the API [#51](https://github.com/contentful/contentful-management.rb/pull/51) ### Added * `focus` and `fit` to image handling parameters [#44](https://github.com/contentful/contentful.rb/pull/44)