diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index cfbfc0f0..e4bc35e6 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -1,6 +1,7 @@ Upgrade notes + @@ -15,7 +16,7 @@

2.1.0 -> 2.2.0

- +

Account lists

Account lists now support to define tools. These are displayed as linked images like the edit and delete links in the list.
Overwrite lamList::getAdditionalTools() to use this feature.
@@ -27,11 +28,16 @@ The definition of account list options changed. The function baseModule class has a new protected option: $autoAddObjectClasses You can set it to false if you do not want that your module's object classes are added when creating or loading an account.
+
+ Account modules can now have icons. See baseModule->getIcon().
+

2.0.0 -> 2.1.0