diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-03 08:26:05 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-03 08:26:05 +0200 |
| commit | e6588aa4e793b7f56f4cadbfa155b581e0efc59a (patch) | |
| tree | 4c221e3aba9030ab459871106740934193ce1118 /docs | |
| parent | 8bdb12c1d3829f0d8d42068892f7e8322eaa9dab (diff) | |
Added stub release notes for 2.2.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.1.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt new file mode 100644 index 0000000000..6710ad63cf --- /dev/null +++ b/docs/releases/2.2.1.txt @@ -0,0 +1,12 @@ +========================== +Django 2.2.1 release notes +========================== + +*Expected May 1, 2019* + +Django 2.2.1 fixes several bugs in 2.2. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index e48b2e8980..e6f2507ae5 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -32,6 +32,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.2.1 2.2 2.1 release |
