diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b2c06f82..a0a7598fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,11 @@ npm package. See #4706 for more info. * **build:** add tasks to watch and recompile js and dart ([50e922f](https://github.com/angular/angular/commit/50e922f)) * **forms:** add minlength and maxlength validators ([e82a35d](https://github.com/angular/angular/commit/e82a35d)), closes [#4705](https://github.com/angular/angular/issues/4705) +### BREAKING CHANGES +- TypeScript typings are now included in the distribution. If you have installed external typings + (eg. using tsd to fetch files from DefinitelyTyped), you need to remove them. TypeScript will give + a `Duplicate identifier` error if the same type definition appears twice. # 2.0.0-alpha.41 (2015-10-13) @@ -60,7 +64,6 @@ npm package. See #4706 for more info. is desugared to ``` - ### API DEPRECATION - "DI Binding" terminology has changed to "DI Providers" to avoid conflicts/confusion with data-binding. All commonly used apis that use "bind" or "binding" in the name still work but are deprecated and will be removed in future alpha releases. Please update your code: