summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-08-10 10:42:53 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-08-10 10:42:53 +0200
commitbefa97ea81fd8257087758e1c777c0663757f6d1 (patch)
tree084238cde4b912c8c8ddf977271c3d18f026cabb /ReleaseNotes.adoc
parenta906afc3d7281683799f8b32ca5d5bc06df75f8f (diff)
downloadweechat-befa97ea81fd8257087758e1c777c0663757f6d1.zip
core: mention there's no fallback on the other Python version in release notes
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r--ReleaseNotes.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 7be308183..afc42f534 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -23,12 +23,12 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v2.6_python3_default]]
=== Python 3 by default
-Python 3 is now used by default to compile the "python" plugin (without fallback
+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 instead of Python 3.
+plugin is built with Python 2 (no fallback on Python 3).
[[v2.5]]
== Version 2.5 (2019-06-06)