+ <li>Differential now shows each reviewer's status individually.</li>
+ <li>Projects can now review revisions.</li>
+ <li>Repository creation and management has been substantially rewritten and is now only somewhat horrible and confusing, down from very horrible and confusing.</li>
+ <li>We've made significant progress toward allowing Phabricator to host repositories. This should be usable for the ambitious in about a week.</li>
+ <li>Projects now have a nicer editor for composing project icons.</li>
+ <li>Added support for Mozilla Persona as an Auth provider.</li>
+ <li>Many interfaces look much nicer.</li>
+ <li>Remarkup now supports <tt>dot</tt>, <tt>figlet</tt>, and <tt>cowsay</tt>.</li>
+ <li>Added <tt>setEnv()</tt> to <tt>ExecFuture</tt>.</li>
+ <li>Arcanist now sets <tt>ARCANIST</tt> in the environment when running commands. Scripts in subprocesses (like local Git commit hooks) can examine the environment for this value to determine if they are running inside an <tt>arc</tt> command.</li>
+ <li>Arcanist now manages configuration more sensibly.</li>
+ <li>Remarkup rules are now more reasonably pluggable.</li>
+ </ul>
+
+ <h2><a name="bug-fixes"></a>Bug Fixes</h2>
+
+ <ul>
+ <li>Improved parsing of diffs with exotic comment headers.</li>
+ <li>Fixed a parsing issue with PhutilSimpleOptions with backslashes and unterminated quotes.</li>
+ <li>Fixed an issue where <tt>arc</tt> would interpret <tt>a/b/</tt> being an external to mean <tt>a/breakfast/</tt> was also an external.</li>
+ <li>Fixed an issue with first-time registration not prompting correctly for account creation.</li>
+ <li>Fixed an issue with some exotic email clients and their creative quoting styles.</li>