diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 726f0277..e99c5fff 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -10,6 +10,7 @@ + Upgrade notes @@ -27,7 +28,11 @@ This is a list of API changes for all LAM releases.
-

3.1.0 -> 3.2.0

Account types: The CSS classes have changed. +

3.2.0 -> 3.3.0

The cache was removed. Please use local caching and the functions searchLDAP... instead of get_cache().
+The return values for baseModule::pre/postDeleteActions() was changed to an array of status message parameters.
+
+

3.1.0 -> 3.2.0

+Account types: The CSS classes have changed.