From 9431efacfee59ec59284c7d2aa3ed8f90b55a128 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 16 Jul 2016 00:01:09 -0400 Subject: [PATCH] Add "Transparent error subtyping" to README This also reorganized the list to match the website * README.md: Added "Transparent error subtyping". Reordered list. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0132176..a6adb49 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ Current support includes: * Simple and intuitive class definitions * Classical inheritance +* Traits as mixins +* Access modifiers (public, protected, and private) * Abstract classes and methods * Interfaces -* Traits as mixins -* Visibility (public, protected, and private members) * Static and constant members +* Transparent error subtyping ## Documentation