diff options
| -rw-r--r-- | doc/release-notes-1.3.2.xsl | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/doc/release-notes-1.3.2.xsl b/doc/release-notes-1.3.2.xsl index fbdeabed..279762c1 100644 --- a/doc/release-notes-1.3.2.xsl +++ b/doc/release-notes-1.3.2.xsl @@ -17,6 +17,14 @@  	  structure.  	</para>        </listitem> +      <listitem> +	<para> +	  Improve APRS behavior. Remembers last known GPS position and +	  keeps sending that if we lose GPS lock. Marks +	  locked/unlocked by sending L/U in the APRS comment field +	  along with the number of sats in view and voltages. +	</para> +      </listitem>      </itemizedlist>    </para>    <para> @@ -35,6 +43,12 @@  	  data and report that in the flight summary data.  	</para>        </listitem> +      <listitem> +	<para> +	  Use letters (A, B, C, D) for alternate pyro channel names +	  instead of numbers (0, 1, 2, 3) in the Fire Igniter dialog. +	</para> +      </listitem>      </itemizedlist>    </para>  </article> | 
