From efc1f8139b8515472689d681ee65dfd82d7d9675 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sat, 21 Nov 2009 09:16:08 +0000 Subject: [PATCH] #54245 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10283 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e04fe2be48..6c37c523b0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,6 +92,8 @@
  • [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
  • [Fix] Force full date for board online record date.
  • [Fix] Correctly reset login keys if passed value is the current user. (Bug #54125)
  • +
  • [Fix] Correctly set last modified headers. (Bug #54245, thanks Paul.J.Murphy )
  • +
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)