From c85d77c905884e875921a7e503842a0f313b322e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 22 May 2017 22:05:30 +0200 Subject: Update CHANGES --- CHANGES | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 16c1dee..d2c1a83 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,8 @@ Unreleased * Made miniircd start correctly on Windows. * Use the same 004 reply syntax as other ircds do. * Fixed wallops command when given no arguments. + * Added support for the NAMES command (by Braxton Plaxco). + * Added support for Python 3. 1.1 (2015-05-22) diff --git a/README.md b/README.md index 09036d6..ea8005a 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ Limitations Requirements ------------ -Python 2.6 or newer. Get it at http://www.python.org. Python 3 is currently not -supported. +Python 2.6 or newer (including the Python 3 series). Get it at +http://www.python.org. + Installation ------------ -- cgit v1.2.3