From 62ebd0fd5fef2f0799fb3545163e432ce6439d71 Mon Sep 17 00:00:00 2001 From: Abraham Anderson Date: Sat, 17 Dec 2016 19:48:00 -0600 Subject: [PATCH] add link to original issue #756 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d18a2c..b7025d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,4 +74,5 @@ - Aircraft strips show arrival airport in uppercase [#108](https://github.com/n8rzz/atc/issues/108) - Updates `FixCollection.findFixByName()` to accept upper, mixed, or lower case fix name [#109](https://github.com/n8rzz/atc/issues/109) - Switching to a previously loaded airport does not clear previous airport fixes [#115](https://github.com/n8rzz/atc/issues/115) -- Fixes `parseElevation()` so that it dose not return NaN when it is given the string `'Infinity'` [#191] (https://github.com/n8rzz/atc/issues/191) \ No newline at end of file +- Fixes `parseElevation()` so that it does not return NaN when it is given the string `'Infinity'` [#191] (https://github.com/n8rzz/atc/issues/191) + - Originally reported under [#756](https://github.com/zlsa/atc/issues/756) \ No newline at end of file