docs(changelog.md) fix duplication

Closes #5536
This commit is contained in:
Eric Mendes Dantas 2015-12-01 20:30:16 -02:00
parent f77ca7b5e2
commit 706990c65d

View File

@ -57,14 +57,12 @@
### BREAKING CHANGES ### 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 specification. Now status codes less than 200 and greater than 299 will
cause Http's Observable to error. 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.
* 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 name="2.0.0-alpha.46"></a> <a name="2.0.0-alpha.46"></a>
# 2.0.0-alpha.46 (2015-11-11) # 2.0.0-alpha.46 (2015-11-11)
@ -1617,15 +1615,3 @@ After
}) })
* no longer cache ref * no longer cache ref