diff --git a/tools/relnotes.hs b/tools/relnotes.hs index 82e2e3c86..18ae42249 100755 --- a/tools/relnotes.hs +++ b/tools/relnotes.hs @@ -21,6 +21,13 @@ It is assumed that all the other changelogs' first section is also for this vers and that changelogs and relnotes are non-empty with specific layout and heading formats. In the end I wrote this in haskell because everything else was harder. + +2024-02-08 TODO: +preserve last release's summary +fix headings +unwrap long lines +merge md-issue-refs + -} {-# OPTIONS_GHC -Wno-x-partial #-}