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

Skip to content

Commit c87f27b

Browse files
committed
release notes for 2.3.1
1 parent f296212 commit c87f27b

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

docs/source/whatsnew/github-stats-2.0.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
Issues closed in the 2.x development cycle
44
==========================================
55

6+
7+
Issues closed in 2.3.1
8+
----------------------
9+
10+
Just one bugfix: fixed bad CRCRLF line-endings in notebooks on Windows
11+
12+
Pull Requests (1):
13+
14+
* :ghpull:`6911`: don't use text mode in mkstemp
15+
16+
Issues (1):
17+
18+
* :ghissue:`6599`: Notebook.ipynb CR+LF turned into CR+CR+LF
19+
620
Issues closed in 2.3.0
721
----------------------
822

docs/source/whatsnew/version2.0.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
============
2-
2.0 Series
2+
2.x Series
33
============
44

5+
Release 2.3.1
6+
=============
7+
8+
November, 2014
9+
10+
- Fix CRCRLF line-ending bug in notebooks on Windows
11+
12+
For more information on what fixes have been backported to 2.3.1,
13+
see our :ref:`detailed release info <issues_list_200>`.
14+
15+
Release 2.3.0
16+
=============
17+
18+
October, 2014
19+
20+
- improve qt5 support
21+
- prevent notebook data loss with atomic writes
22+
23+
For more information on what fixes have been backported to 2.3,
24+
see our :ref:`detailed release info <issues_list_200>`.
25+
26+
Release 2.2.0
27+
=============
28+
29+
August, 2014
30+
31+
- Add CORS configuration
32+
33+
For more information on what fixes have been backported to 2.2,
34+
see our :ref:`detailed release info <issues_list_200>`.
535

636
Release 2.1.0
737
=============

0 commit comments

Comments
 (0)