diff --git a/CHANGES.txt b/CHANGES.txt
index ba40ace..d9ea677 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,38 @@
+0.1a9
+-----
+
+- Clean up ``edbob.init()``; fix call in Pyramid app scaffold.
+
+- Add ``grant_permission()`` function to ``edbob.db.auth``.
+
+- Overhaul ``Grid``, ``GridView`` classes in ``edbob.pyramid``.
+
+- Restructure ``edbob.pyramid.forms.formalchemy``.
+
+- Tweak Pyramid templates.
+
+- Add ``core_schema_installed()`` function to ``edbob.db.util``.
+
+- Add generic autocomplete template.
+
+- Overhaul ``edbob.time``.
+
+- Add ``contact`` database extension; moved ``Person`` to it.
+
+- Improve ``CrudView`` class.
+
+- Add ``get_user_dir()``, ``get_user_file()`` methods to ``AppConfigParser``.
+
+- Add ``DosFile`` class (for writing DOS files) to ``edbob.files``.
+
+- Add jQuery ``smoothness`` CSS to static folder.
+
+- Add ``edbob.errors`` (overrides ``sys.excepthook``).
+
+- Add debug logging to ``edbob.filemon.win32_server``; made it call
+ ``sys.excepthook()`` when actions fail.
+
0.1a8
-----
diff --git a/README.txt b/README.txt
index ffaabfe..4944a89 100644
--- a/README.txt
+++ b/README.txt
@@ -10,7 +10,7 @@ console, web, or GUI applications. Pay only for what you eat; however all of
its functionality combined may be considered a "full stack" of sorts.
For more information, please see `edbob.org `_ or send email
-to `Lance Edgar `_.
+to Lance Edgar (lance@edbob.org).
Installation