diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-20 11:56:58 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-24 20:58:49 -0700 | 
| commit | 6cb5955ab5aa3b42a507c4a02812cb5569b8562b (patch) | |
| tree | e799fd0e70f1603ef14d93cdcafec93acf9c1d6c | |
| parent | f95b0e03c75d09e8ff4dbf9083cd3c8a30fdc4e6 (diff) | |
Add note about including Google maps API key
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/release-notes-1.4.1.xsl | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/doc/release-notes-1.4.1.xsl b/doc/release-notes-1.4.1.xsl index 14258ea6..e6c82d60 100644 --- a/doc/release-notes-1.4.1.xsl +++ b/doc/release-notes-1.4.1.xsl @@ -42,6 +42,13 @@  	  packages for Linux, Mac and Windows.  	</para>        </listitem> +      <listitem> +	<para> +	  Include Google Application Key for map downloading. The 1.4 +	  release didn't have this key in the released version of the +	  software, making map downloading fail for most people. +	</para> +      </listitem>      </itemizedlist>    </para>  </article> | 
