We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8edd3e commit ac51bf1Copy full SHA for ac51bf1
CHANGES
@@ -0,0 +1,8 @@
1
+v0.1.0
2
+ - Corrected reading and writing to sockets
3
+ - Corrected parsing of messages from Scratch
4
+ - receive() now returns one message as a tuple with the first element being
5
+ the message type and the second element the message data
6
+ - connect() no longer polls for a connection to Scratch
7
+ - Simplified exception classes to ScratchError and ScratchConnectionError
8
+ - Packaged and uploaded to PyPI
MANIFEST.in
@@ -1,4 +1,5 @@
include LICENSE
include Makefile
+include CHANGES
include README.md
recursive-include tests *
0 commit comments