summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-05-03 20:53:18 +0200
committerUltrabug <ultrabug@gentoo.org>2014-05-03 20:53:18 +0200
commit6a22aec261747b00488b3e4ba3ffabd43039d59d (patch)
treea8b2a7fc3df103f31d2ee763b1313e7add8600eb /CHANGELOG
parent8d8746e207193862546c1308ecd05415afbbd75a (diff)
version 1.51.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 89f11a6..dba76a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+version 1.5 (2014-05-03)
+* add --version parameter wrt issue #29
+* switch back to RST for the README wrt pypi and issue #30 thx to @Weishaupt
+* include modules, changelog and license to sources on pypi
+* rename the examples folder to modules and include it in the installed files
+
version 1.4 (2014-04-16)
* new ordering mechanism with verbose logging. fixes rare cases where the modules methods were not always loaded in the same order and caused inconsistent ordering between reloads. thx to @guiniol for reporting/debugging and @IotaSpencer and @tasse for testing.
* debug: dont catch print() on debug mode