CLI: add changelog for versioned node argv (#2490) (thanks @David-Marsh-Photo)

This commit is contained in:
Gustavo Madeira Santana
2026-01-26 20:29:37 -05:00
committed by Gustavo Madeira Santana
parent 566c9982b3
commit 2f7fff8dcd

View File

@@ -56,6 +56,7 @@ Status: unreleased.
### Fixes
- Security: pin npm overrides to keep tar@7.5.4 for install toolchains.
- Security: properly test Windows ACL audit for config includes. (#2403) Thanks @dominicnunez.
- CLI: recognize versioned Node executables when parsing argv. (#2490) Thanks @David-Marsh-Photo.
- BlueBubbles: coalesce inbound URL link preview messages. (#1981) Thanks @tyler6204.
- Cron: allow payloads containing "heartbeat" in event filter. (#2219) Thanks @dwfinkelstein.
- CLI: avoid loading config for global help/version while registering plugin commands. (#2212) Thanks @dial481.