diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80477a34..38246584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,26 +1,85 @@
# ally.js change log
-## master
+## 1.3.0 - Return Of The Focus
-* Reducing minified size from 116K to 75K (27K to 22K gzipped) by running [rollupify](https://github.com/nolanlawson/rollupify/).
+*September 17th 2016*. We're continuing our journey to *make accessibility simpler*. Version 1.3.0 comes 6 months after the last feature release. We pushed [about 90 commits](https://github.com/medialize/ally.js/compare/1.1.0...1.3.0) in an effort to reduce the bundle's file size, improve startup performance, convert test suites to BDD and add DOM focus utilities.
----
+### The highlights of v1.3.0
+
+* Smaller bundle file size
+* Removed all polyfills modifying DOM prototypes
+* Added utilities for convenient and safe `.focus()`, `.blur()`, and obtaining the active element
+* Test suites converted to BDD style
+
+
+### The numbers of v1.3.0
+
+* ☻ Test coverage remained at ~99%
+* ☻ The library shrunk from ~28KB to ~22KB gzipped (~126KB to ~73KB minified) - *yes, we dropped 43%* by losing the DOMTokenList shim in v1.2.0 and introducing [rollupify](https://github.com/nolanlawson/rollupify/)
+
+
+### The changes of v1.3.0
+
+The following lists show the changes to the library grouped by domain.
+
+#### Focus management in v1.3.0
+
+* adding [`ally.get.activeElement`][ally/get/active-element] - [issue #119](https://github.com/medialize/ally.js/issues/119)
+* adding [`ally.element.blur`][ally/element/blur] - [issue #120](https://github.com/medialize/ally.js/issues/120)
* adding [`ally.element.focus`][ally/element/focus] - [issue #121](https://github.com/medialize/ally.js/issues/121)
-* removing `svgelement.prototype.focus` as this should be covered more elegantly by [`ally.element.focus`][ally/element/focus]
+
+#### Keyboard support in v1.3.0
+
+* fixing [`ally.maintain.tabFocus`][ally/maintain|tab-focus] to also work with Option Tab in Safari for macOS - [issue #146](https://github.com/medialize/ally.js/issues/146)
+
+#### Various in v1.3.0
+
* fixing [`ally.element.disabled`][ally/element/disabled] to remove SVG links from the document's tabbing order in Firefox
-* [build] switching to [lint-staged](https://github.com/okonet/lint-staged) for faster linting during git pre-commit
-* running all [supports][ally/supports] tests in a batch to limit number of reflows - [issue #142](https://github.com/medialize/ally.js/issues/142)
-* [build] adding [rollupify](https://github.com/nolanlawson/rollupify/) to reduce package overhead in build bundle
-* [build] replacing broken [metalsmith-packagejson](https://www.npmjs.com/package/metalsmith-packagejson) plugin - [issue #149](https://github.com/medialize/ally.js/issues/149)
-* improving [`ally.style.focusSource`][ally/style/focus-source] by adding `.unlock()` - [issue #151](https://github.com/medialize/ally.js/issues/151)
* fixing [`ally.is.tabbable`][ally/is/tabbable] to respect `except.scrollable`
+* improving [`ally.style.focusSource`][ally/style/focus-source] by adding `.unlock()` - [issue #151](https://github.com/medialize/ally.js/issues/151)
* refactoring [`ally.when.visibleArea`][ally/when/visible-area] to always [execute the callback asynchronously](http://blog.izs.me/post/59142742143/designing-apis-for-asynchrony)
-* refactoring all unit and functional tests to use [BDD interface](https://theintern.github.io/intern/#interface-tdd) to improve clarity of a test's intent
-* fixing [`ally.maintain.tabFocus`][ally/maintain|tab-focus] to also work with Option Tab in Safari for macOS - [issue #146](https://github.com/medialize/ally.js/issues/146)
+
+#### Internals in v1.3.0
+
+* running all [supports][ally/supports] tests in a batch to limit number of reflows - [issue #142](https://github.com/medialize/ally.js/issues/142)
+* removing `svgelement.prototype.focus` as this should be covered more elegantly by [`ally.element.focus`][ally/element/focus]
* refactoring `element.prototype.matches` to `util/matches-element`
-* adding [`ally.get.activeElement`][ally/get/active-element] - [issue #119](https://github.com/medialize/ally.js/issues/119)
+#### Build in v1.3.0
+
+* adding [rollupify](https://github.com/nolanlawson/rollupify/) to reduce package overhead in build bundle
+* switching to [lint-staged](https://github.com/okonet/lint-staged) for faster linting during git pre-commit
+* replacing broken [metalsmith-packagejson](https://www.npmjs.com/package/metalsmith-packagejson) plugin - [issue #149](https://github.com/medialize/ally.js/issues/149)
+* refactoring all unit and functional tests to use [BDD interface](https://theintern.github.io/intern/#interface-tdd) to improve clarity of a test's intent
+* simplify running local tests in a non-WebDriver browser
+
+#### Documentation in v1.3.0
+
+* added [Hiding DOM elements](http://allyjs.io/tutorials/hiding-elements.html)
+* added [Managing focus in animated UI](http://allyjs.io/tutorials/focusing-in-animated-ui.html)
+
+### Testing of 1.3.0
+
+Intern unit and functional tests have been run for the following browsers, covering 99% of the library's code:
+
+* Internet Explorer 9, 10, 11
+* Edge 13
+* Safari 6.2, 7.1, 8, 9
+* Chrome 47
+* Firefox 42, 42 with ShadowDOM enabled
+
+### Missing in 1.3.0
+
+In order to avoid shipping any more *temporary* code than we already do in the focusable detection code, we'll provide a separate release once we've *properly* investigated the following behavioral changes:
+
+* Firefox 51 and Edge 14 ship *some sort of* support for the tabindex attribute on SVG elements
+* Chrome 55 seems to have changed keyboard focusability of SVG content within `