summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--README.md5
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
------------