From e287bf9bca799259b4bc5987e95fa38ece021e89 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 2 Aug 2013 15:45:47 +0200 Subject: [PATCH] changelog for version 0.7.0 --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86cca474..cfc7411b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,12 @@ Changelog --------- +0.7.0 (2013-08-09) +++++++++++++++++++ +* switched from LGPL to MIT license +* added an Interpreter class to the API to make autocompletion in REPL possible. +* add sith.py, a new random testing method + 0.6.0 (2013-05-14) ++++++++++++++++++