diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 22:01:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 22:01:34 +0200 |
commit | c198e875ce008fc9b22b5ada7ab951239eeada16 (patch) | |
tree | 9456b41d5e991b5e138bbcaac7bbcda0b5163e04 /ChangeLog.adoc | |
parent | 73439d5a50ed895f6459806d8039f1f681d377d0 (diff) | |
download | weechat-c198e875ce008fc9b22b5ada7ab951239eeada16.zip |
core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index e2ef904c4..2e473e377 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -46,7 +46,7 @@ Bug fixes:: Build:: - * doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985) + * doc: display a warning if a locale is missing with fallback to English for auto-generated content (issue #1985) [[v4.0.2]] == Version 4.0.2 (2023-07-12) |