From b8e13d9b1b46599a0e3036aeab17cdd7ea4b1cec Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Mon, 2 Jan 2017 16:12:27 +0100 Subject: [PATCH] Removes Profile Symlink --- CHANGELOG.md | 2 ++ profile.lua | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 profile.lua diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b6adc51..3b51d7d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Fix #3475 removed an invalid `exit` field from the `arrive` maneuver - Guidance - No longer emitting turns on ferries, if a ferry should use multiple docking locations + - Profiles + - Removed the `./profile.lua -> ./profiles/car.lua` symlink. Use specific profiles from the `profiles` directory. # 5.5.1 - Changes from 5.5.0 diff --git a/profile.lua b/profile.lua deleted file mode 120000 index bad7e6bb5..000000000 --- a/profile.lua +++ /dev/null @@ -1 +0,0 @@ -profiles/car.lua \ No newline at end of file