Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.55.2...2.56.0
Summary:
- Added 2528 CarbonPeriod Handle infinite recurrences when parsing period string by dbohn
- Added 2537 Allow precision 0 in Carbon DBAL types by kdaniel95
- Added 2507 Support for PHPStan 1.*
- Fixed 2520 Replace Polish ending in grouped units
- Fixed 2529 Allow strings in comparison methods
⚠️ Breaking change: `null` now fallback to `"now"`, as it's still ambigus, we highly encourage you not to compare `null` to date/Carbon instances and do null-check before comparison.
New Contributors 🎉
* dbohn made their first contribution in https://github.com/briannesbitt/Carbon/pull/2528
* kdaniel95 made their first contribution in https://github.com/briannesbitt/Carbon/pull/2537