From a9e6750e82813ac014c7c24e1e0c17c6b66bbfb3 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sat, 12 Oct 2024 11:09:09 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2899057..9b83c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change log +## 1.3.0 + +### New Features + +* Added `_build/prereqs` parsing to handle ancient Module::Build +* Added `Makefile.PL` parsing for `use` or `MIN_PERL_VERSION` declarations +* Added `all-sources` option to include prereqs from all sources rather than + first found + +### Internal Changes + +* More testing +* Use a module hook or esbuild plugin to load peggy parsers. Avoids needing to + rebuild the parsers when developing, but has no impact on the final build. + ## 1.2.1 (2024-09-14) ### Bug Fixes