From 706990c65d468962f058f74fff4b7251db6d3a8c Mon Sep 17 00:00:00 2001 From: Eric Mendes Dantas Date: Tue, 1 Dec 2015 20:30:16 -0200 Subject: [PATCH] docs(changelog.md) fix duplication Closes #5536 --- CHANGELOG.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3866608e16..8dfad611a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,14 +57,12 @@ ### BREAKING CHANGES -* previously http would only error on network errors to match the fetch +* Previously http would only error on network errors to match the fetch specification. Now status codes less than 200 and greater than 299 will cause Http's Observable to error. * A few private helpers (e.g., platformCommon or applicationCommon) were removed or replaced with other helpers. Look at PLATFORM_COMMON_PROVIDERS, APPLICATION_COMMON_PROVIDERS, BROWSER_PROVIDERS, BROWSER_APP_PROVIDERS to see if they export the providers you need. -* A few private helpers (e.g., platformCommon or applicationCommon) were removed or replaced with other helpers. Look at PLATFORM_COMMON_PROVIDERS, APPLICATION_COMMON_PROVIDERS, BROWSER_PROVIDERS, BROWSER_APP_PROVIDERS to see if they export the providers you need. - # 2.0.0-alpha.46 (2015-11-11) @@ -1617,15 +1615,3 @@ After }) * no longer cache ref - - - - - - - - - - - -