merged branch vicb/changelog (PR #5982)

This PR was merged into the master branch.

Commits
-------

2972f31 [HttpKernel] Changlog update - document a BC break

Discussion
----------

[HttpKernel] Changlog update - document a BC break
This commit is contained in:
Fabien Potencier 2012-11-11 20:10:17 +01:00
commit b392a47cff

View File

@ -4,6 +4,8 @@ CHANGELOG
2.2.0
-----
* [BC BREAK] TimeDataCollector::getTotalTime() has been renamed to
TimeDataCollector::getDuration()
* the memory usage reported by the MemoryDataCollector now takes the memory used
in the kernel.terminate event listeners into account
* moved the Stopwatch classes to a new component