Skip to content

Commit a351a52

Browse files
committed
Run towncrier
1 parent b1ca1c1 commit a351a52

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

docs/source/history.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ Release history
55

66
.. towncrier release notes start
77
8+
Outcome 1.1.0 (2020-11-16)
9+
--------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Tweaked the implementation of ``Error.unwrap`` to avoid creating a
15+
reference cycle between the exception object and the ``unwrap``
16+
method's frame. This shouldn't affect most users, but it slightly
17+
reduces the amount of work that CPython's cycle collector has to do,
18+
and may reduce GC pauses in some cases. (`#29 <https://github.com/python-trio/outcome/issues/29>`__)
19+
20+
21+
Deprecations and Removals
22+
~~~~~~~~~~~~~~~~~~~~~~~~~
23+
24+
- Drop support for Python 2.7, 3.4, and 3.5. (`#27 <https://github.com/python-trio/outcome/issues/27>`__)
25+
26+
827
Outcome 1.0.1 (2019-10-16)
928
--------------------------
1029

newsfragments/27.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/29.bugfix.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)