From bd4bf924f22ede13737d0b815857d7814ca67437 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Tue, 3 Feb 2004 21:02:17 +0000 Subject: [PATCH] Adding my commits to the changelog. --- docs/changelog/6.x.x.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 55e4aa125..fa75a368c 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -47,4 +47,6 @@ webgui. - Added a limit option to the page list in the paginator. - Fixed a bug in AdminBar's clipboard code where a standard hash was used instead of a CPHash for database access. (Thanks to Steve Simms.) - + - Added caching of complex data structures to WebGUI::Cache (Martin Kamerbeek / Procolix) + - Implemented an object oriented interface to the page tree and converted + WebGUI::Operation::Page to use it. (Martin Kamerbeek / Procolix)