diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9bef1e686d..0b5e29fe41 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,7 @@ Changelog * Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston) * Maintenance: Remove unused `uuid` UMD module as all code is now using the NPM module (LB (Ben) Johnston) * Maintenance: Clean up JS comments throughout codebase to be aligned to JSDoc where practical (LB (Ben) Johnston) + * Maintenance: Upgrade Node tooling to active LTS version 22 (LB (Ben) Johnston) 6.3 LTS (01.11.2024) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 69ddf60e1a..c635080b2c 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -47,6 +47,7 @@ depth: 1 * Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston) * Remove unused `uuid` UMD module as all code is now using the NPM module (LB (Ben) Johnston) * Clean up JS comments throughout codebase to be aligned to JSDoc where practical (LB (Ben) Johnston) + * Upgrade Node tooling to active LTS version 22 (LB (Ben) Johnston) ## Upgrade considerations - changes affecting all projects