diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6d2eceb6e6..5db6dd0d1467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,9 @@ IMPROVEMENTS: * sql: updating to API version `2017-03-01-preview` [GH-4242] * `azurerm_api_management_api` - the `version` and `version_set_id` properties can now be set [GH-4592] * `azurerm_app_service_slot` - support for `auto_swap_slot_name` [GH-4752] -* `azurerm_app_service` - Add support for `JAVA` container [GH-4897] +* `azurerm_app_service` - support for `JAVA` container [GH-4897] +* `azurerm_app_service` - support for configuring the minor version of Java [GH-4779] +* `azurerm_app_service_slot` - support for configuring the minor version of Java [GH-4779] * `azurerm_automation_credential` - deprecate `account_name` in favour of `automation_account_name` [GH-4777] * `azurerm_cognitive_service` - support for the kind `LUIS.Authoring` [GH-4888] * `azurerm_eventgrid_domain` - Export `primary_access_key` and `secondary_access_key` [GH-4876]