From 9f73b1f290375672f02cb673992749f0a5dafbe4 Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Wed, 26 Jan 2011 23:35:04 -0800
Subject: updating release notes for the 0.9.10 release
---
CHANGELOG.md | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9600206b..c990196d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,24 @@
-# 0.9.10 flea-whisperer (in-progress) #
+# 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
-- html select (one/multiple) could not chose from a list of objects, since DOM requires string ids.
+-