diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b66f50..19467b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Consolidates `runSID()` and `climbViaSid()` logic - Deprecates `sid` and `star` properties of the `AirportModel` in favor of `sidCollection` and `starCollection` [#54](https://github.com/n8rzz/atc/issues/54) - Adds [Express](expressjs.com) server to serve static assets and add [travis](travis-ci.org) config file for travis continuous integration [#169](https://github.com/n8rzz/atc/issues/169) +- Rewrites the CommandParser from the ground up [#114](https://github.com/n8rzz/atc/issues/114)