diff --git a/changelog/deprecations-warnings-errors.dd b/changelog/deprecations-warnings-errors.dd index b8f79a811..ddbb020d7 100644 --- a/changelog/deprecations-warnings-errors.dd +++ b/changelog/deprecations-warnings-errors.dd @@ -12,8 +12,8 @@ was set, even if `"warningsAsErrors"` was (implicitly or explicitly) set. Now the behavior is consistent across all compilers: - deprecations are not treated as errors inside GDC with the default `"warningsAsErrors"` flag anymore - - from this release on, the old GDC behavior can be replicated across all compilers using `buildOptions "deprecationWarnings"` - - to do this with previous DUB versions, use `buildOptions "deprecationErrors"` if you haven't manually disabled the default warningsAsErrors behavior. + - from this release on, the old GDC behavior can be replicated across all compilers using `buildOptions "deprecationWarnings"` + - to do this with previous DUB versions, use `buildOptions "deprecationErrors"` if you haven't manually disabled the default warningsAsErrors behavior. - `"deprecationWarnings"` now implies `"deprecationErrors"` if `"warningsAsErrors"` is set (the default) Internally for GDC DUB will now emit `-Wno-error=deprecated` when build option