Skip to content

Commit

Permalink
Updated AUTHORS.txt and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdavis committed Nov 6, 2013
1 parent 7256509 commit 9742cc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ecdavis <[email protected]>
Stendec <[email protected]>
aspidites <[email protected]>
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

1.0.0 (current)
---------------
* *Fixed* a bug in ``_Channel.close`` which could cause an AttributeError to
be raised if the socket was None.
* *Fixed* a bug in ``sendfile`` on Mac OS X which caused Pants to resend the
same bytes repeatedly.
* *Removed* Pants' DNS utility. UDP support needs to be completely rewritten
before it can be released properly.
* *Fixed* Server such that ``on_close`` is actually called when the server is
closed.

1.0.0-beta.3 (2013-03-25)
-------------------------
* *Changed* ``engine.time`` to ``engine.latest_poll_time``, as that name more
Expand Down

0 comments on commit 9742cc9

Please sign in to comment.