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.
+-