From 0d5e722cd16e3c943830379d03c611dc6829de3b Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 31 Aug 2017 16:21:02 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1722119..e88af23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- display line total distance during drawing + [#34](https://gitlab.com/eneiluj/gpxedit-oc/issues/34) @stevenhorner + ### Changed - update leaflet to 1.2.0 ### Fixed - automatically add .gpx extension to save name [#33](https://gitlab.com/eneiluj/gpxedit-oc/issues/33) @klakla2 +- reduce DB table name size to pass NC check +- fix white square size when drawing a polyline under firefox 57 ## 0.0.7 – 2017-06-27 ### Added