From 62d0bf6bc582f5f88fdec91d21c4d9c6531ccae4 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Wed, 19 Oct 2016 23:19:03 +0200 Subject: [PATCH] Start 0.2 readme --- Release Notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Release Notes.md b/Release Notes.md index bea9b64..54e192b 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -1,3 +1,7 @@ +### New in 0.2.0 + +* Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`. + ### New in 0.1.0 * First version