Skip to content

Commit ac51bf1

Browse files
committed
Added a changelog
1 parent f8edd3e commit ac51bf1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -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
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include LICENSE
22
include Makefile
3+
include CHANGES
34
include README.md
45
recursive-include tests *

0 commit comments

Comments
 (0)