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:13:05 -0500 |
| commit | 44930cc4667268c20493d7e97387db2a97d61a26 (patch) | |
| tree | 97e62d23e9cebb7322fc0db453439e8deb57b00a /docs | |
| parent | b5f8c81ce18528ecf7cb4605dca864c961da9373 (diff) | |
Fixed #24980 -- Fixed day determination in admin calendar widget.
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`). |
