Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
build: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 21, 2014
1 parent 1dbbb61 commit ba8537e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 1.0.0.dev1
==================
- fs: add pyuv.fs.access function
- fs: rename readdir to scandir
- process: make Process.spawn a class method
- loop: call LoopSubclass.__init__ when calling LoopSubclass.default_loop
- tcp, pipe, udp: add send_buffer_size and receive_buffer_size
- udp: add fileno() method
- stream: add fileno() method
- process: give better error message on Process.close
- core: fix subclassing Loop
- test: add test which ignores exceptions in a excepthook
- core: drop support for Python 2.6
- core: raised libuv version to 1.0.0-rc2

Version 0.11.5
==============
- process: fix refcounting bug in StdIO
Expand Down

0 comments on commit ba8537e

Please sign in to comment.