diff --git a/packages/api-v4/CHANGELOG.md b/packages/api-v4/CHANGELOG.md index 1c709218951..9cb9b7353b4 100644 --- a/packages/api-v4/CHANGELOG.md +++ b/packages/api-v4/CHANGELOG.md @@ -6,7 +6,7 @@ - Extend support for Object Storage in Support tickets ([#11178](https://github.com/linode/manager/pull/11178)) - New IAM endpoints and types ([#11181](https://github.com/linode/manager/pull/11181)) - Missing `+eq` type to `FilterConditionTypes` interface ([#11233](https://github.com/linode/manager/pull/11233)) -- New VPU related fields and capabilities to API types ([#11256](https://github.com/linode/manager/pull/11256)) +- New Accelerated-related fields and capabilities to API types ([#11256](https://github.com/linode/manager/pull/11256)) - Placement Groups migrations Types ([#11261](https://github.com/linode/manager/pull/11261)) - `service_type` as parameter for the Create Alert POST request ([#11286](https://github.com/linode/manager/pull/11286)) diff --git a/packages/manager/CHANGELOG.md b/packages/manager/CHANGELOG.md index ad86c9e3a7c..ead2e382b3c 100644 --- a/packages/manager/CHANGELOG.md +++ b/packages/manager/CHANGELOG.md @@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Linode details summary VPC IPv4 text to be copyable ([#11172](https://github.com/linode/manager/pull/11172)) - Replace Pagination page size autocomplete with simple select ([#11203](https://github.com/linode/manager/pull/11203)) - Replace Select component with Autocomplete in DBaaS ([#11245](https://github.com/linode/manager/pull/11245)) -- Update types based on new VPU fields and added mock data ([#11256](https://github.com/linode/manager/pull/11256)) +- Update types based on new Accelerated fields and added mock data ([#11256](https://github.com/linode/manager/pull/11256)) - Improve the status column on the Images landing page ([#11257](https://github.com/linode/manager/pull/11257)) - Improve Placement Groups UI during Linode migrations ([#11261](https://github.com/linode/manager/pull/11261)) - Update docs links on empty Database landing page ([#11262](https://github.com/linode/manager/pull/11262))