diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-01-23 16:33:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 16:33:45 +0000 |
commit | f08051c2e61f63b2088a42d641393253b8ca1ca1 (patch) | |
tree | 04b2d5c875e6df790ce416a2e8363126101460e9 /runtime | |
parent | 3b7548504344d72b0228e1bd29a7f28df813a3bd (diff) | |
download | rneovim-f08051c2e61f63b2088a42d641393253b8ca1ca1.tar.gz rneovim-f08051c2e61f63b2088a42d641393253b8ca1ca1.tar.bz2 rneovim-f08051c2e61f63b2088a42d641393253b8ca1ca1.zip |
feat!: make iconv a non-optional dep
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 83272a0d87..853ca23e5d 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -45,6 +45,8 @@ The following changes may require adaptations in user config or plugins. - `printheader` - `printmbcharset` +• libiconv is now a required build dependency. + ============================================================================== NEW FEATURES *news-features* |