diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-12-27 14:42:14 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-12-28 10:10:15 +0100 |
| commit | 03b733d8a8f5b5d8ca0a3cc32b7e6e6c046d95e2 (patch) | |
| tree | 2d9479485a22d681876e36b54ae72cbdb65e5a33 | |
| parent | b87820668e7bd519dbc05f6ee46f551858fb1d6d (diff) | |
[2.2.x] Added stub release notes for 2.2.26 release.
| -rw-r--r-- | docs/releases/2.2.26.txt | 10 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/releases/2.2.26.txt b/docs/releases/2.2.26.txt new file mode 100644 index 0000000000..12e9923a19 --- /dev/null +++ b/docs/releases/2.2.26.txt @@ -0,0 +1,10 @@ +=========================== +Django 2.2.26 release notes +=========================== + +*January 4, 2022* + +Django 2.2.26 fixes one security issue with severity "medium" and two security +issues with severity "low" in 2.2.25. + +... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index e62548254b..d7ceffca19 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 + 2.2.26 2.2.25 2.2.24 2.2.23 |
