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