From dd25040f48626da8358d410b5f35c72b2c4fa718 Mon Sep 17 00:00:00 2001 From: Matthew Chase Whittemore Date: Tue, 5 Sep 2017 17:49:53 -0400 Subject: [PATCH] update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220aaa6f5..3c131623f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/ +# 0.6.0 + +- Adds `phrase` types to the English localiztion. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141) +- Adds `distanceunits` to `constants` and provides basic diving units in English for the metric and imperial systems. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141) +- Adds `distance`, `name` and `namedistance` options to the continue and continue straight instructions. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141) +- Adds `tokenize` to the top level api so that external users can fill in osrm-text-instructions template strings. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141) + # 0.5.3 2017-08-25 - Adds Brazilian Portuguese, Italian, and Ukrainian localizations. [#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)