diff options
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d4f5507dc..3d64def69 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,16 @@ Version 1.8.0 (??? from http://code.elgg.org/branches/1.8/) - API changes: + User-visible changes: + + Generic API changes: * Added elgg_instanceof(). - UI/UX + UI/UX API changes: * Added elgg_push_breadcrumb(), elgg_pop_breadcrumb(), and elgg_get_breadcrumbs(). * Added navigation/breadcrumbs. + * Added sticky form support with elgg_make_sticky_form(), + elgg_clear_sticky_form(), elgg_is_sticky_form(), and elgg_get_sticky_value(). |