From c5b6562d349f2dc8b6e279b665a296fca90521f4 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 10 Mar 2014 00:38:25 -0400 Subject: [PATCH] Mention of "Traits as mixins" in README.md and manual No documentation yet; this is planned for the 0.2.1 release to prevent further delays of the first GNU release. --- README.md | 1 + doc/about.texi | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e4f12a..d900169 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Current support includes: * Classical inheritance * Abstract classes and methods * Interfaces +* Traits as mixins * Visibility (public, protected, and private members) * Static and constant members diff --git a/doc/about.texi b/doc/about.texi index 15d4660..1f98080 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -20,6 +20,7 @@ Current support includes: @item Classical inheritance @item Abstract classes and methods @item Interfaces +@item Traits as mixins @item Visibility (public, protected, and private members) @item Static, constant, and final members @end itemize