diff options
| author | Igor Minar | 2012-04-30 15:41:37 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-30 15:53:05 -0700 | 
| commit | f3c77858be536238884d5dd44855328b3a521e5e (patch) | |
| tree | 954c36e7803d8d9d98aeb65627de7ad2778b9ea4 | |
| parent | 96758c1c5277ca9041e82c4c1d2e2c473cd477b0 (diff) | |
| download | angular.js-f3c77858be536238884d5dd44855328b3a521e5e.tar.bz2 | |
docs(changelog): release notes for 1.0.0rc7 rc-generation
| -rw-r--r-- | CHANGELOG.md | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d175367..7e3c8e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +<a name="1.0.0rc7"></a> +# 1.0.0rc7  rc-generation (2012-04-30) + +## Features + +- **$parse:** CSP compatibility +  ([2b87c814](https://github.com/angular/angular.js/commit/2b87c814ab70eaaff6359ce1a118f348c8bd2197), +   [#893](https://github.com/angular/angular.js/issues/893)) + + +## Bug Fixes + +- **jqlite:** +  - correctly reset event properties in IE8 +  ([a18926f9](https://github.com/angular/angular.js/commit/a18926f986166048a21097636f03ab29f107b154)) +  - mouseenter on FF no longer throws exceptions +  ([43d15f83](https://github.com/angular/angular.js/commit/43d15f830f9d419c41c41f0682e47e86839e3917)) + + +## Docs + +- Tutorial has been finally updated to AngularJS v1.0! Check it out and provide feedback to make it +  even better: <http://docs.angularjs.org/tutorial> +- <http://docs-next.angularjs.org> now redirects to <http://docs.angularjs.org> + + +  <a name="v1.0.0rc6"></a>  # v1.0.0rc6 runny-nose (2012-04-20)  | 
