Improved menu API hits Drupal core - thanks to category_menu
The Drupal core menu API has just been improved, with this API upgrade patch having been committed less than an hour ago. This patch was developed out of categoryi_menu needing an interface that would let it play directly with the menu database table. The category_menu_api_* functions that previously existed in category_menu have now been removed, and all calls to these functions have now been replaced with calls to the core menu API functions!
This is really cool: a change that has made the Drupal core system easier to develop with, and it came about because of the needs of the category package. May the category module continue to rock Drupal, and may Drupal continue to rock the world with its funky fun features!