From d8a213f22ca3879f9bc8d978c36d6cb0c525e9d7 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 6 Jan 2017 02:34:40 +0100 Subject: [PATCH] refs #33 fix bad min/max elevation when >1000 cause by number formatting --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc60b6..2adbd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- loading animation, interrupt current ajax if another one is launched + [#9](https://gitlab.com/eneiluj/gpxedit-oc/issues/9) @eneiluj + ### Changed - display question mark if symbol is unknown +- remove search key shortcut + [#8](https://gitlab.com/eneiluj/gpxedit-oc/issues/8) @eneiluj ## 0.0.3 – 2016-12-16 ### Added