From aac5b8752df420898e2cf64cc295bf2d0cf95232 Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Wed, 4 Sep 2024 22:27:02 +0200 Subject: [PATCH] more detail in changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20c5f65..b2765050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### 0.16.0 (Sept 4, 2024) - * Added `--show-make-list` option + * Added `--show-make-list` option to give a topological sort on the dependency graph for a source tree + * Added `--version` option * Some robustness improvements around mod files [#286](https://github.com/camfort/fortran-src/pull/286) * Helpers to work with the partial evaluation representation [#285](https://github.com/camfort/fortran-src/pull/285)