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)