summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-12-14 16:40:49 +0100
committerMario Mulansky <mario.mulansky@gmx.net>2015-12-14 16:40:49 +0100
commit64b680238ac5bcafbf3ce67ed2a4d7487098b43d (patch)
tree5205510a517a524d6e604633ecf0bed8f9ebb9d3 /Changelog
parent2958fac1f12dfc743214615a3e8252dae54ea784 (diff)
update version strings and Changelog0.4.0
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 519dd3b..2be5e52 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+PySpike v0.4:
+ * Python 3 support (thanks to Igor Gnatenko)
+ * list interface to SpikeTrain class
+ * disable_backend_warning property
+ * several bugfixes
+
PySpike v0.3:
* addition of __version__ attribute
* restructured docs, Readme now only contains basic examples