From 1cdc050ce7b5ae37e27df064849384cf55938679 Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Tue, 8 Feb 2011 17:35:20 -0800
Subject: release notes for 0.9.11 snow-maker
---
CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a4b4e9b..26bbecca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,33 @@
+
# 0.9.11 snow-maker (in-progress) #
+### Documentation
+- completed migration of docs from the wiki site to
+ [http://docs.angularjs.org/](http://docs.angularjs.org/)
+- many, but by far not all, docs were updated, improved and cleaned up
+
+### Features
+- [`$route`](http://docs.angularjs.org/#!angular.service.$route) service now supports these
+ features:
+ - route not found handling via `#otherwise()`
+ - redirection support via `#when('/foo', {redirectTo: '/bar'})` (including param interpolation)
+ - setting the parent scope for scopes created by the service via `#parent()`
+ - reloading the current route via `#reload()`
+
### Bug Fixes
-