Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 12, 2024
1 parent 8d328f0 commit d52820c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change log

## Unreleased

### 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
Expand Down

0 comments on commit d52820c

Please sign in to comment.