From 7c4f009d13a7e647783055fc5245d2e656fccdf0 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 26 Jul 2014 22:41:38 +0100 Subject: [PATCH] Add Jon Beverley to Contributors .. and add his Fix Elevation to the feature list for 3.1 --- doc/user/GC31-Release.txt | 3 ++- src/AboutDialog.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/GC31-Release.txt b/doc/user/GC31-Release.txt index 28a853299..c21cbc32d 100644 --- a/doc/user/GC31-Release.txt +++ b/doc/user/GC31-Release.txt @@ -27,6 +27,7 @@ v Autofilter in Trends view vi Specify athlete library location vii Improved Dropbox support (CRC) viii Find intervals via matches, hills etc +ix Fix Elevation 2. Device i Fixed up Tacx Fortius Support @@ -83,6 +84,6 @@ iv CP refactored (for models and intervals) v AllPlot refactored (for compare) BUG FIXES -i Over 900 commits since 3.0 including many bug fixes +i Over 1000 commits since 3.0 including many bug fixes ii Eradicating assert reduces crashes iii Crash dialog/restart to menu diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index b0d0de844..99181c327 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -139,6 +139,7 @@ ContributorsPage::ContributorsPage(Context *context, QDir home) : context(contex contributors.append("Jim Ley"); contributors.append("Jörn Rischmüller"); contributors.append("John Ehrlinger"); + contributors.append("Jon Beverley"); contributors.append("Jon Escombe"); contributors.append("Josef Gebel"); contributors.append("Julian Baumgartner");