diff --git a/doc/_templates/navbar.html b/doc/_templates/navbar.html
index 5457dca54..d9142641a 100644
--- a/doc/_templates/navbar.html
+++ b/doc/_templates/navbar.html
@@ -10,6 +10,7 @@
Development
Stable
v0.1
+ v0.2
diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 5a28468c0..4093c444b 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -152,16 +152,17 @@ API
People who contributed to this release (in alphabetical order):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-`Alex Rockhill`_
-`Blake Caldwell`_
-`Christopher J. Bailey`_
-`Dylan Daniels`_
-`Kenneth Loi`_
-`Mainak Jas`_
-`Nick Tolley`_
-`Ryan Thorpe`_
-`Sarah Pugliese`_
-`Stephanie R. Jones`_
+
+- `Alex Rockhill`_
+- `Blake Caldwell`_
+- `Christopher Bailey`_
+- `Dylan Daniels`_
+- `Kenneth Loi`_
+- `Mainak Jas`_
+- `Nick Tolley`_
+- `Ryan Thorpe`_
+- `Sarah Pugliese`_
+- `Stephanie R. Jones`_
.. _0.1:
diff --git a/examples/howto/plot_optimize_evoked.py b/examples/howto/plot_optimize_evoked.py
index b43acc563..eb8aa38a6 100644
--- a/examples/howto/plot_optimize_evoked.py
+++ b/examples/howto/plot_optimize_evoked.py
@@ -95,4 +95,5 @@
exp_dpl.plot(ax=axes[0], layer='agg', show=False)
initial_dpl.plot(ax=axes[0], layer='agg', show=False)
best_dpl.plot(ax=axes[0], layer='agg', show=False)
+axes[0].legend(['experimental', 'initial', 'optimized'])
net.cell_response.plot_spikes_hist(ax=axes[1])