Skip to content

4.2.1

Compare
Choose a tag to compare
@ramsey ramsey released this 11 Aug 01:09
4.2.1
fe665a0

Fixed

  • Fix soft BC break with Uuid::fromString() signature. The change from string to non-empty-string on the parameter annotation introduced a BC break for those using static analysis tools. This release reverts this change and provides an assertion to guard against empty strings. See ramsey/uuid#383.