summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorSimeon Simeonov2018-06-27 18:52:15 +0200
committerSimeon Simeonov2018-06-27 18:52:15 +0200
commit63ddf50344cf1e4f2f9b75ce3b0c4db940a3be47 (patch)
treebf359cc07f357afe464c0a91a8af1173cd22d969 /Changelog
parent7588760bb3f4e8d09691bb099a69a70fc9f5c0d4 (diff)
Update Changelog and README for version 3.0
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index f89373c..136fba8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
1v3.0:
2 - remove TwistedWeb dependency and write the beinc_server.py in pure Python
3 - implement Python >= 3.4.0 support
4
1v2.0: 5v2.0:
2 - replace charrypy with TwistedWeb as beinc_server.py backend 6 - replace charrypy with TwistedWeb as beinc_server.py backend
3 - use XMLRPC instead of HTTP POST for a cleaner and more robust API 7 - use XMLRPC instead of HTTP POST for a cleaner and more robust API
@@ -5,7 +9,8 @@ v2.0:
5 - bugfixes 9 - bugfixes
6 10
7v1.1: 11v1.1:
8 - when beinc_poller.py fetches several messages from a queue it won't let the last one to completely overwrite the previous ones 12 - when beinc_poller.py fetches several messages from a queue it won't let the
13 last one to completely overwrite the previous ones
9 14
10v1.0 15v1.0
11 - Initial version 16 - Initial version