aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-06-13 10:58:59 -0700
committerIgor Minar2012-06-14 10:50:22 -0700
commit6dfe5be1556dc0c770cea8af78d1e0829ed24848 (patch)
tree928193a484d9617cd5e7d3d152cd542febc6cd1a
parent6593a3e0823f3c08079f05010f9628fc4503cd43 (diff)
downloadangular.js-6dfe5be1556dc0c770cea8af78d1e0829ed24848.tar.bz2
docs(changelog): release notes for 1.0 temporal-domination release
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a0eebd0..f84c1f02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,19 @@
-<a name="v1.0.0rc12"></a>
+<a name="1.0.0"></a>
+# 1.0.0 temporal-domination (2012-06-13)
+
+
+## Bug Fixes
+
+- **$location:**
+ - correctly parse link urls in hashbang mode with a prefix
+ ([0f44964e](https://github.com/angular/angular.js/commit/0f44964e5e0f7e37d7fa3216bb10fd61fbf52ae2),
+ [#1037](https://github.com/angular/angular.js/issues/1037))
+ - fix link click interception in hash-bang mode
+ ([6593a3e0](https://github.com/angular/angular.js/commit/6593a3e0823f3c08079f05010f9628fc4503cd43),
+ [#1051](https://github.com/angular/angular.js/issues/1051))
+
+
+<a name="1.0.0rc12"></a>
# 1.0.0rc12 regression-extermination (2012-06-12)
## Bug Fixes