diff --git a/CHANGELOG.md b/CHANGELOG.md index 347af30845d4..c1044715fe1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,17 @@ ENHANCEMENTS: -* `azurerm_linux_function_app` - Add support for Node `20` Runtime [GH-24073] -* `azurerm_linux_function_app_slot` - Add support for Node `20` Runtime [GH-24073] -* `azurerm_windows_function_app` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_function_app_slot` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_web_app` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_web_app_slot` - Add support for Node `~20` Runtime [GH-24073] +* `azurerm_linux_function_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_linux_function_app_slot` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_function_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_function_app_slot` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_web_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_web_app_slot` - support for the Node `20` runtime [GH-24073] BUG FIXES: -* `azurerm_container_app_custom_domain` - Fix resource ID parsing bug preventing import [GH-25192] +* `azurerm_container_app_custom_domain` - fix resource ID parsing bug preventing import [GH-25192] +* `azurerm_virtual_machine_run_command` - prevent a bug during updates [GH-25186] ## 3.95.0 (March 08, 2024)