= !TracDev/ApiChanges/0.12 = [[PageOutline(2-4,Summary,inline)]] == New Dependencies == === Babel (optional) === The internationalization support (i18) for Trac is depending on [http://babel.edgewall.org/ Babel]. It's perfectly fine to go on using Trac without it, but then of course the interface will remain in English. == Modifications made to the 0.11 API == === Modified Interfaces === ==== `ITimelineEventProvider` ^[source:trunk/trac/timeline/api.py@#L28 (0.12)] [source:tags/trac-0.11/trac/Timeline.py@#L32 (0.11)]^ ==== #ITimelineEventProvider FIXME: not modified, just used as an example of how to list a modified interface === Other Changes to the 0.11 API === == New in the 0.12 API == === New Classes === ==== `trac.resource.Resource` ^[source:trunk/trac/resource.py@#L75 (0.12)]^ ==== #Resource FIXME: just an example === New Interfaces === ==== `trac.resource.IResourceManager` ^[source:trunk/trac/resource.py@#L28 (0.12)]^ ==== #IResourceManager FIXME: just an example