Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 02:58
· 33 commits to master since this release
5f6d741

Added

Changed

  • Phpstan Version 2. PR #4384
  • Start migration to Phpstan level 9. PR #4396
  • Calculation locale logic moved to separate class. PR #4398
  • TREND_POLYNOMIAL_* and TREND_BEST_FIT do not work, and are changed to throw Exceptions if attempted. (TREND_BEST_FIT_NO_POLY works.) An attempt to use an unknown trend type will now also throw an exception. Issue #4400 PR #4339
  • Month parameter of DATE function will now return VALUE if an ordinal string (e.g. '3rd') is used, but will accept bool or null. PR #4420

Fixed