Skip to content

Commit 3811550

Browse files
Ken KundertKen Kundert
authored andcommitted
Update release notes.
1 parent 6eb54cf commit 3811550

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Latest development version
1414
| Version: 1.3.7
1515
| Released: 2021-05-14
1616
17+
18+
v2.0 (2021-05-28)
19+
-----------------
20+
1721
- Deprecate quoted dictionary keys.
1822
- Add multiline dictionary keys to replace quoted keys.
1923
- Add single-line lists and dictionaries.

doc/releases.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Latest development version
1111
| Version: 1.3.7
1212
| Released: 2021-05-14
1313
14-
- Restructure documentation.
14+
15+
v2.0 (2021-05-28)
16+
-----------------
17+
1518
- Deprecate quoted keys.
1619
- Add multiline keys to replace quoted keys.
1720
- Add inline lists and dictionaries.
@@ -22,6 +25,7 @@ Latest development version
2225
prone. With *converters* you instead convert the object to a known
2326
*NestedText* data type (dict, list, string, ...) and the *dump* function
2427
automatically formats it appropriately.
28+
- Restructure documentation.
2529

2630
.. warning::
2731

0 commit comments

Comments
 (0)