From 00e3f14c3325d3cbd4284b948420d3684246ae21 Mon Sep 17 00:00:00 2001 From: Daniel Stonier <d.stonier@gmail.com> Date: Wed, 25 Feb 2015 02:45:19 +0900 Subject: [PATCH] 0.2.1 --- CHANGELOG.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc25756..20d389e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,17 @@ Changelog ========= -0.2.0 (2015-02-18) +0.2.1 (2015-02-25) ------------------ -* First build on indigo +* minor bugfixes and improvements. +* java source compatibility for java 1.6 -> 1.7 +* centralised buildscript for java packages. +* add eclipse and idea plugins for easy ide support. +* Add support of UTF-8! +* update to the latest gradle plugin. +* single interface generator for genjava. +* Fix SSL connection errors with Java 1.7. +* Contributors: Damon Kohler, Daniel Stonier, Mickael Gaillard, talregev 0.1.21 (2014-06-09) ------------------- -- GitLab