Skip to content

v2.6.7

Compare
Choose a tag to compare
@rquadling rquadling released this 14 Nov 16:52
· 221 commits to master since this release

2.6.7 - 2016-11-14

Fixes

Other changes

Deprecation notice

  • The functions in the Assert namespace (\Assert\that(), \Assert\thatAll(), \Assert\thatNullOr() and \Assert\lazy()) are now marked as deprecated.
    They will be removed in the next major release.
    They have been replaced with the static methods \Assert\Assert::that(), \Assert\Assert::thatAll(), \Assert\Assert::thatNullOr() and \Assert\Assert::lazy()