From 22b00171e98cf823b93b039b68292bb75fdfb144 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Thu, 3 Sep 2015 00:45:05 +1200 Subject: [PATCH] update changes for 0.2.1, 0.2.2 and 0.3.0 --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b84f964..0f3dcb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ 0.3.0 ----- + * Text editor and icon associated with .editorconfig file. + + +0.2.2 +----- + + * Fix: avoid null pointer exception when editor activated. + + +0.2.1 +----- + + * Fix: support Windows; don't use OS-native file separator. + 0.2.0 -----