# 0.9.11 snow-maker (2011-02-08) # ### 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 - # 0.9.10 flea-whisperer (2011-01-26) # ### Features - new [`ng:view`](http://docs.angularjs.org/#!angular.widget.ng:view) widget to simplify integration with the `$route` service - the content of all standard HTML widgets is now being processed (e.g. `` works now) (commit 1d7b9d56) - new [`$log`](http://docs.angularjs.org/#!angular.mock.service.$log) and [`$exceptionHandler`](http://docs.angularjs.org/#!angular.mock.service.$exceptionHandler) service mocks now part of `angular-mocks.js` (commit f5d08963) ### Bug Fixes -