diff options
| author | Alexander Gaevsky <sasha@sasha0.ru> | 2015-12-27 01:32:28 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-07 11:14:05 -0500 |
| commit | 18bf062af9e0fc248fd6df3e689b63ff8d834602 (patch) | |
| tree | 567fe8953d2fd0425a30e52c7a2f329c92bc9c28 /docs | |
| parent | fe6d5689f291c7c56f280203f9c9bbbdde87044a (diff) | |
[1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget.
Backport of 44930cc4667268c20493d7e97387db2a97d61a26 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.9.txt | 4 | ||||
| -rw-r--r-- | docs/releases/1.9.2.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt index 823bd9b3eb..5525eca84a 100644 --- a/docs/releases/1.8.9.txt +++ b/docs/releases/1.8.9.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). + +* Fixed a regression that caused the incorrect day to be selected when opening + the admin calendar widget for timezones from GMT+0100 to GMT+1200 + (:ticket:`24980`). diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index f486d00311..375fe3edaa 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -17,3 +17,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). + +* Fixed a regression that caused the incorrect day to be selected when opening + the admin calendar widget for timezones from GMT+0100 to GMT+1200 + (:ticket:`24980`). |
