1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

core: move line from "New features" to "Build"

This commit is contained in:
Sébastien Helleu
2023-05-01 19:14:33 +02:00
parent 87b7d03cce
commit 5c245af669
+1 -1
View File
@@ -34,7 +34,6 @@ New features::
* core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls
* core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213)
* core: add item "mouse_status" in default status bar, change default color to lightgreen
* core: add "stable-number" and "devel-number" in script version.sh
* api: add function config_set_version (issue #1238)
* api: add optional argument with version in info "version_number"
* alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872)
@@ -84,6 +83,7 @@ Build::
* core: remove RPM packaging
* core: remove build of .bz2 and .zst files in `make dist`
* core: remove obsolete cpack config
* core: add "stable-number" and "devel-number" in script version.sh
* doc: convert docgen.py to C, remove autogen files from repository, add parameter `--doc-gen` to `weechat-headless` binary, add CMake option `ENABLE_DOC_INCOMPLETE`
[[v3.8]]