diff --git a/CHANGELOG.md b/CHANGELOG.md index 877b8d1a7..dac60138f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed - *BREAKING* Removed support for API param aliases. That is, the API functions now only accept params with the exact names specified in the OpenSearch API specification. - *BREAKING* Removed support for snake_cased API function names. All API functions are now camelCased only to conform to JavaScript naming conventions. +- *BREAKING* Removed support for Node.js 10 through 16. The minimum supported Node.js version is now 18. ### Fixed ### Security