Skip to content

Commit

Permalink
Added a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pilliq committed Dec 27, 2012
1 parent f8edd3e commit ac51bf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES
@@ -0,0 +1,8 @@
v0.1.0
- Corrected reading and writing to sockets
- Corrected parsing of messages from Scratch
- receive() now returns one message as a tuple with the first element being
the message type and the second element the message data
- connect() no longer polls for a connection to Scratch
- Simplified exception classes to ScratchError and ScratchConnectionError
- Packaged and uploaded to PyPI
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include LICENSE include LICENSE
include Makefile include Makefile
include CHANGES
include README.md include README.md
recursive-include tests * recursive-include tests *

0 comments on commit ac51bf1

Please sign in to comment.