X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4a73d48e794c4ae1e249b9e5f1fc6128bc58368..598bcf2b304c5f1ae949aaa3fd9676886961f39f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index bad8650cbb..444c12f293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,10 +71,13 @@ SimGrid (3.7) NOT RELEASED; urgency=low XBT: * Mallocators: allow value NULL for the reset function. - * Dicts: new function xbt_dict_new_homogeneous(void(*)(void*)) to - create homogeneous dictionaries, where all the elements share the - same free function. Non homogeneous dictionaries will be - deprecated in the next release. + * Dicts: + - New function xbt_dict_new_homogeneous(void(*)(void*)) to + create homogeneous dictionaries, where all the elements share the + same free function. Non homogeneous dictionaries will be + deprecated in the next release. + - Dicts of scalar elements (xbt_dicti_*) are deprecated. + - Multi-level dictionaries are deprecated. * mmalloc module: - cleanups and simplifications to make it maintainable again - exotic features (such as memalign and valloc) were removed