excimer: Changelog

Version Message
1.2.1 - Fix compiler warning in excimer_log
- Fix invalid OS requirement in package.xml, allow all "unix"
1.1.1 - Restore support for PHP 7.1-7.3
1.1.0 - Fix leading semi-colon in ExcimerLog::formatCollapsed output
- Change ExcimerLog::formatCollapsed to mark truncated frames
- Add support for PHP 8.2
- Add ExcimerLog::getSpeedscopeData for Speedscope support
1.0.4 - Fix arginfo error for PHP 7.1
1.0.3 - Set return type on ExcimerLog::aggregateByFunction
- Set return type on ExcimerProfiler::getLog
1.0.2 - Fix Iterator prototypes for PHP 8.1
- Add extension version in phpinfo()
1.0.1 - Filter null bytes out of the collapsed output
- Fix segfault in ZTS mode
- Fix [-Wincompatible-pointer-types] with PHP 8
1.0.0 - Initial PECL release