X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a841dba0e3e34cff0ccd948667a339b4af9a4310..041f57103a4f72a2874f5c0fa478a4d4c7dacef6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7142fe1898..444c12f293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,11 +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: dicts of scalar elements (xbt_dicti_*) are deprecated. + * 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