diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d06a9..f4b7491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - OTP 27.1 to CI +### Fixed + +- unwarranted build messages about dropping hank and elvis on incompatible OTP + versions + ## [2.3.10] - 2024-07-24 ### Fixed diff --git a/rebar.config.script b/rebar.config.script index b6933f7..f994330 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -6,7 +6,7 @@ begin = lists:keyfind(project_plugins, 1, Config), {value, {_, Version}, RemainingProjPlugins} = lists:keytake(Name, 1, ProjPlugins), - logger:info("Dropping proj plugin '~ts' ~ts", [Name, Version]), + % logger:notice("Dropping proj plugin '~ts' ~ts", [Name, Version]), _UpdatedConfig = lists:keystore(project_plugins, 1, Config, {project_plugins, RemainingProjPlugins})