From 0c8a463aef8da24231791f99f95887d547f26cfa Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Sat, 3 Jun 2017 19:29:04 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623c148..294662e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- add option to approximate elevation of new point + [#18](https://gitlab.com/eneiluj/gpxedit-oc/issues/18) @TheTiPi + +### Changed +- change way to cut lines, hover the middle marker and press Del + [#17](https://gitlab.com/eneiluj/gpxedit-oc/issues/17) @TheTiPi + +### Fixed +- modify cloneLatLng to avoid alt and time loss when L.draw makes layer backups + [#16](https://gitlab.com/eneiluj/gpxedit-oc/issues/16) @TheTiPi ## 0.0.6 – 2017-05-16 ### Added