From 1876af75009e70c1f47a834e5c89e8de2ff23f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 29 Oct 2017 07:23:28 +0100 Subject: [PATCH] core: move version 1.9.1 below version 2.0 in release notes --- ReleaseNotes.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 7b2bf6a32..42a479927 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -17,11 +17,6 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file _ChangeLog.adoc_ in sources). -[[v1.9.1]] -== Version 1.9.1 (2017-09-23) - -Bug fix and maintenance release. - [[v2.0]] == Version 2.0 (under dev) @@ -56,6 +51,11 @@ an integer (it was a string in older releases). + To be compatible with all versions, it is recommended to convert the argument to integer before using it, for example in Python: `int(fd)`. +[[v1.9.1]] +== Version 1.9.1 (2017-09-23) + +Bug fix and maintenance release. + [[v1.9]] == Version 1.9 (2017-06-25)