From b7d294715c45ee1140baba2a80b53b03414423ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 Jan 2011 08:53:25 +0000 Subject: [PATCH] Doc --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 804bd913544..68d0122bd81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -84,6 +84,9 @@ For developers: - New: Add first Selenium GUI tests. - New: Enhance a lot of internal function to build external modules more easily. +- New: Add a user field ref_ext in object tables to allow external + systems to store their id and make self-developed synchronizing + functions easier to build. - New: Local user timezone is saved into session (not used yet). - New: Works with Mysql 5.5. - Qual: Menu system code is simpler.