From db1309e69ba962cfa80f0352e6ca874b33301a78 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Tue, 11 Oct 2016 23:54:13 +1000 Subject: [PATCH] Update docs to match rfc7700 stuff --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e4c4b5..ba0a3e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Improved compatibility, more features, etc. ### Added ### Changed +* Casemapping changed from custom unicode mapping to preliminary [rfc7700](https://github.com/ircv3/ircv3-specifications/pull/272) mapping. ### Removed diff --git a/README.md b/README.md index 36ab80a4..303e0780 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo ## Features -* UTF-8 nick and channel names +* UTF-8 nick and channel names with rfc7700 * [yaml](http://yaml.org/) configuration * native TLS/SSL support * server password (`PASS` command)