diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a8666488f0..6c189c5e12 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -51,7 +51,7 @@ default `experimental` value, for example when disabling `jdbc` instrumentation setting `disable_instrumentations=jdbc` would disable jdbc and also enable experimental features, which would not be the desired effect. ** Previously, by default `disable_instrumentations` contained `experimental` ** Now by default `disable_instrumentations` is empty and `enable_experimental_instrumentations=false` -** Set `disable_instrumentations=true` to enable experimental instrumentations +** Set `enable_experimental_instrumentations=true` to enable experimental instrumentations * Eliminating concerns related to log4j2 vulnerability - https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle. We cannot upgrade to version above 2.12.1 because this is the last version of log4j that is compatible with Java 7. Instead, we exclude the SMTP appender (which is the vulnerable one) from our artifacts. Note that older versions of