diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-06-03 10:54:29 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-06-03 10:55:25 +0200 |
| commit | c1dc423f10e99a13ac9c3a7faf0434c93f1948c9 (patch) | |
| tree | 0677cbcc0a99fed1af3b66b7c661d602c4f9317f /docs | |
| parent | 56b9f5b063e3c5df29863b16f1f5da68c4ffcf13 (diff) | |
[3.0.x] Added stub release notes for 3.0.8.
Backport of 7ec2658e1e24149f0f3244c08c361348f6ebc0e4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.8.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt new file mode 100644 index 0000000000..99247a4355 --- /dev/null +++ b/docs/releases/3.0.8.txt @@ -0,0 +1,12 @@ +========================== +Django 3.0.8 release notes +========================== + +*Expected July 1, 2020* + +Django 3.0.8 fixes several bugs in 3.0.7. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index a9581634e2..3e2074ff82 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.0.8 3.0.7 3.0.6 3.0.5 |
