+ <li>Phabricator now supports repository hosting. This feature is new and in beta, but ready for general use. Let us know if you run into issues.</li>
+ <li>Added an approval queue for new accounts, which requires an administrator to manually approve each new account. This is enabled by default to give new installs greater control over access. You can disable it in configuration.</li>
+ <li>Added a new application, Nuance. Nuance is a work queue for high-volume human tasks, like user support, social media management, and content review. Nuance is pre-alpha and not yet ready for general use.</li>
+ <li>Added a new application, Harbormaster. Harbormaster is a build/integration tool. Harbormaster is in early beta with select installs and missing a lot of features which it will need to be generally useful.</li>
+ <li>Added a new application, Passphrase. Passphrase is a credential store. Passphrase is primarily a support application which other applications (like Diffusion) use to simplify credential management. Passphrase is fully released and used by other applications today.</li>
+ <li>Merged <tt>diffusion.expandshortcommitquery</tt> and <tt>diffusion.stablecommitnamequery</tt> into the more sensible <tt>diffusion.resolverefs</tt>.</li>
+ <li>Added support for <tt>ecdsa-sha2-nistp256</tt> SSH keys.</li>
+ <li>Removed <tt>differential.anonymous-access</tt>. With the advent of policies, this flag is obsolete.</li>
+ <li>Users are now roadblocked more aggressively when trying to register with a disallowed email address.</li>
+ <li>Added a Login button which appears on logged-out content pages.</li>
+ <li>Repository local paths can no longer be edited from the web UI, for security and consistency reasons. They can be edited from the CLI instead, with <tt>bin/repository edit</tt>.</li>
+ <li>Maniphest now include a "Subscribed" query by default.</li>
+ <li>You can now specify <tt>width</tt> and <tt>height</tt> on embedded files in Remarkup.</li>
+ <li>Improved various aspects of VCS command execution.</li>
+ <li>Phabricator is now much more aggressive about correcting remote URIs, fixing an issue with Git 1.7.1 and older and bare clones.</li>
+ <li>Diffusion now supports mirroring hosted Git repositories to external remotes, like GitHub.</li>
+ <li>Linked JIRA issues now render with a tagged link style.</li>
+ <li>Maniphest now propagates policies from template tasks.</li>
+ <li>Added some more options to support Asana integration.</li>
+ <li>Macro selector is now a typeahead.</li>
+ </ul>
+
+ <h2><a name="bugfixes"></a>Bugfixes</h2>
+
+ <ul>
+ <li>XHPAST now supports <tt>b'string'</tt>.</li>
+ <li>Fixed some issues when parsing Mercurial repositories with no branches.</li>
+ <li>Fixed an issue where <tt>arc</tt> would incorrectly enumerate unstaged changes in ignored submodules.</li>
+ <li>Improved grammar of some Phriction email.</li>
+ <li>Fixed an issue where comments weren't surfaced well in Feed.</li>