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

Commit ba8537e

Browse files
committed
build: updated changelog
1 parent 1dbbb61 commit ba8537e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 1.0.0.dev1
2+
==================
3+
- fs: add pyuv.fs.access function
4+
- fs: rename readdir to scandir
5+
- process: make Process.spawn a class method
6+
- loop: call LoopSubclass.__init__ when calling LoopSubclass.default_loop
7+
- tcp, pipe, udp: add send_buffer_size and receive_buffer_size
8+
- udp: add fileno() method
9+
- stream: add fileno() method
10+
- process: give better error message on Process.close
11+
- core: fix subclassing Loop
12+
- test: add test which ignores exceptions in a excepthook
13+
- core: drop support for Python 2.6
14+
- core: raised libuv version to 1.0.0-rc2
15+
116
Version 0.11.5
217
==============
318
- process: fix refcounting bug in StdIO

0 commit comments

Comments
 (0)