Since the changelog and release list are both incomplete, it's difficult to figure out what breaking changes were made between 2.x and 4.x.
With the recent CVEs and large number of packages that still depend on 2.x (#165), suddenly a lot more people have this question, and need to understand what might break if they force a local update to 4.x. I personally could figure this out from the commit history if I have to, but this impacts thousands of repo maintainers who now have security alerts, and may not have the time or expertise to painstakingly shift through the commit history (with its varying quality of messages).
A complete changelog would also make it a lot easier for other package maintainers to evaluate whether it's safe to update their package's picomatch dependency to solve this problem for their users, and what to put in their own changelogs about potential breaking changes.
The request: to the maintainers who do understand the history of changes, please update the changelog with at least the list of breaking changes in each major release. The commit history alone is not a usable changelog.
Since the changelog and release list are both incomplete, it's difficult to figure out what breaking changes were made between 2.x and 4.x.
With the recent CVEs and large number of packages that still depend on 2.x (#165), suddenly a lot more people have this question, and need to understand what might break if they force a local update to 4.x. I personally could figure this out from the commit history if I have to, but this impacts thousands of repo maintainers who now have security alerts, and may not have the time or expertise to painstakingly shift through the commit history (with its varying quality of messages).
A complete changelog would also make it a lot easier for other package maintainers to evaluate whether it's safe to update their package's
picomatchdependency to solve this problem for their users, and what to put in their own changelogs about potential breaking changes.The request: to the maintainers who do understand the history of changes, please update the changelog with at least the list of breaking changes in each major release. The commit history alone is not a usable changelog.