mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-10-27 01:03:53 +01:00
555 B
555 B
Upgrading to v4
Jfcherng\Diff\Utility\SequenceMatcherbecomes a new package by the namespace ofJfcherng\Diff\SequenceMatcher.- Factories under
Jfcherng\Diff\Utility\are moved toJfcherng\Diff\Factory\. For example,Jfcherng\Diff\Utility\RendererFactoryis nowJfcherng\Diff\Factory\RendererFactory. - Non-abstract classes are no longer inheritable as they are added with
finalkeywords. (This allows me to do more internal changes without causing possible BC breaks.)