diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe662d..c25f502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security. ## [Unreleased] +### Added +* output alternative with starting points of the driving modes + +### Changed +* renamed data points into 'support points' +* reduced number of decimal places of output data +* replace v_peak by the existing v_limit +* changed type of a point of interest from Tuple to NamedTuple + +### Removed +* dictionary MovingSection +* redundant keys from the dictionary CharacteristicSection +* dictionary BehaviorSection +* redundant keys from the dictionary SupportPoint +* function secureAcceleratingBehavior() + ## Version [1.0.1] 2022-06-05 @@ -208,4 +224,4 @@ Proof of concept and master thesis submission. [0.4]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.3...v0.4 [0.3]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.2...v0.3 [0.2]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.1...v0.2 -[0.1]: https://github.com/railtoolkit/TrainRuns.jl/releases/tag/v0.1 \ No newline at end of file +[0.1]: https://github.com/railtoolkit/TrainRuns.jl/releases/tag/v0.1