Skip to content

Commit

Permalink
Update history.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Mar 7, 2019
1 parent 975f55c commit 82807c7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ Release history

.. towncrier release notes start
Trio 0.11.0+dev (2019-03-07)
----------------------------

Features
~~~~~~~~

- On Linux, when wrapping a bare file descriptor in a Trio socket object,
Trio now auto-detects the correct ``family``, ``type``, and ``protocol``.
This is useful, for example, when implementing `systemd socket activation
<http://0pointer.de/blog/projects/socket-activation.html>`__. (`#251 <https://github.com/python-trio/trio/issues/251>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- Clarified documentation around Nursery.start_soon and Nursery.start, that start_soon does not guarantee task ordering, and when you should use each. (`#970 <https://github.com/python-trio/trio/issues/970>`__)


Trio 0.11.0+dev (2019-03-07)
----------------------------

No significant changes.


Trio 0.11.0+dev (2019-03-07)
----------------------------

Features
~~~~~~~~

- On Linux, when wrapping a bare file descriptor in a Trio socket object,
Trio now auto-detects the correct ``family``, ``type``, and ``protocol``.
This is useful, for example, when implementing `systemd socket activation
<http://0pointer.de/blog/projects/socket-activation.html>`__. (`#251 <https://github.com/python-trio/trio/issues/251>`__)


Trio 0.11.0 (2019-02-09)
------------------------

Expand Down

0 comments on commit 82807c7

Please sign in to comment.