diff --git a/README.md b/README.md
index ff1cd4bc..8ee42d1f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Cyclone is the first compiler written entirely in the latest R7RS Sch
Features
--------
-- Support for the majority of the Scheme language as specified by the latest [R7RS standard](docs/Scheme-Language-Compliance.md)
+- Support for the majority of the Scheme language as specified by the latest [R7RS standard](docs/Scheme-Language-Compliance.md). This includes support for libraries, exceptions, record types, and Unicode.
- Hygienic macros based on `syntax-rules`
- Low-level explicit renaming macros
- Guaranteed tail call optimizations