core: move "Python 3 by default" as first item in the release notes

v2.8-utf8proc
Sébastien Helleu 2019-08-24 17:43:49 +02:00
parent 3938328375
commit 0884c9b33c
1 changed files with 10 additions and 10 deletions

View File

@ -20,6 +20,16 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v2.6]]
== Version 2.6 (under dev)
[[v2.6_python3_default]]
=== Python 3 by default
Python 3 is now used by default to compile the "python" plugin (no fallback
on Python 2).
The CMake option `ENABLE_PYTHON3` has been renamed to `ENABLE_PYTHON2`
(configure option `--enable-python2`). If this option is enabled, the "python"
plugin is built with Python 2 (no fallback on Python 3).
[[v2.6_nick_colors]]
=== Nick colors
@ -42,16 +52,6 @@ If you were using "sum", you can switch to "sum_32":
/set weechat.look.nick_color_hash sum_32
----
[[v2.6_python3_default]]
=== Python 3 by default
Python 3 is now used by default to compile the "python" plugin (no fallback
on Python 2).
The CMake option `ENABLE_PYTHON3` has been renamed to `ENABLE_PYTHON2`
(configure option `--enable-python2`). If this option is enabled, the "python"
plugin is built with Python 2 (no fallback on Python 3).
[[v2.5]]
== Version 2.5 (2019-06-06)