Commit for 090810rc1 release.

This commit is contained in:
Dean Camera 2009-08-05 07:47:02 +00:00
parent 042d3288ad
commit 4b35dd1670
11 changed files with 27 additions and 7 deletions

View file

@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
* \section Sec_ChangeLog090810 Version 090810
*
* <b>New:</b>
* - Added new class drivers and matching demos to the library for rapid application development

View file

@ -10,7 +10,7 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
* \section Sec_MigrationXXXXXX Migrating from 090605 to XXXXXX
* \section Sec_Migration090810 Migrating from 090605 to 090810
*
* <b>All</b>
* - The "Simple Scheduler" has been <i>deprecated</i>, as it was little more than an abtracted loop and caused much confusion.