Skip to content

Commit

Permalink
core: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 8, 2015
1 parent 2c11e00 commit b632476
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Version 1.2.0
=============
- build: fix decoding std{out,err} with the right encoding
- build: fix linking problem on Windows
- fs: return entity types in pyuv.fs.scandir
- fs: remove `flags` argument from scandir
- test: fix fs tests
- core: raised libuv revision to tag 1.7.3
- tcp, udp: add ability to create sockets early
- tcp, udp: add 'family' property
- docs: update scandir documentation
- doc: fix fs functions parameter order
- doc: update documentation for TCP and UDP handles
- build: add dev-requirements.txt file
- build: add AppVeyor integration
- build: fix building when PYTHON env variable is incorrect
- test: fix test pipe name
- test: skip some TCP and UDP tests on Windows
- test: add tests for fd duplication using socket.fromfd
- udp: add support for '<broadcast>' address, a la Python
- common: simplify parsing special address
- ci: test on Travis on all branches
- doc: updated README

Version 1.1.0
=============
- test: speed-up TravisCI build process
Expand Down

0 comments on commit b632476

Please sign in to comment.