Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3613f1b

Browse files
authored
Merge pull request #13233 from Carreau/fix-link
Fix link and try to fix list.
2 parents f69e0d5 + 302ac24 commit 3613f1b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/source/whatsnew/version7.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ IPython 7.29 brings a couple of new functionalities to IPython and a number of b
1212
It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests.
1313

1414

15-
- fix an issue where base64 was returned instead of bytes when showing figures :ghpull:`13162`
16-
- fix compatibility with PyQt6, PySide 6 :ghpull:`13172`. This may be of
17-
interest if you are running on Apple Silicon as only qt6.2+ is natively
18-
compatible.
19-
- fix matplotlib qtagg eventloop :ghpull:`13179`
20-
- Multiple docs fixes, typos, ... etc.
21-
- Debugger will now exit by default on SigInt :ghpull:`13218`, this will be
22-
useful in notebook/lab if you forgot to exit the debugger. "Interrupt Kernel"
23-
will now exist the debugger.
15+
- fix an issue where base64 was returned instead of bytes when showing figures :ghpull:`13162`
16+
- fix compatibility with PyQt6, PySide 6 :ghpull:`13172`. This may be of
17+
interest if you are running on Apple Silicon as only qt6.2+ is natively
18+
compatible.
19+
- fix matplotlib qtagg eventloop :ghpull:`13179`
20+
- Multiple docs fixes, typos, ... etc.
21+
- Debugger will now exit by default on SigInt :ghpull:`13218`, this will be
22+
useful in notebook/lab if you forgot to exit the debugger. "Interrupt Kernel"
23+
will now exist the debugger.
2424

2525
It give Pdb the ability to skip code in decorators. If functions contain a
2626
special value names ``__debuggerskip__ = True|False``, the function will not be
@@ -38,7 +38,7 @@ future proof with an 8.0 release.
3838

3939
Many thanks to all the contributors to this release. You can find all individual
4040
contributions to this milestone `on github
41-
<https://github.com/ipython/ipython/milestone/92>`__.
41+
<https://github.com/ipython/ipython/milestone/93>`__.
4242

4343
Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
4444
work on IPython and related libraries.

0 commit comments

Comments
 (0)