Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 4.24 KB

File metadata and controls

55 lines (29 loc) · 4.24 KB

Change Log

All notable changes will be documented in this file.

For historical release notes prior to the consolidated changelog, see the package-specific files:

4.16.0 (2026-07-03)

Bug Fixes

Features

  • no-logo: Skip printing logo with low verbosity (#3647) (d8a1c04)
  • reporters: Add GitLab Code Quality reporter (#3660) (0d17830)

4.15.0 (2026-06-22)

Bug Fixes

  • mtp: Add StackOverflowException handling in MTP testrunner (#3650) (297d88c)
  • mtp: Kill test processes on interuption (#3617) (7e61f27)

Features

  • compilation: Improve code generation support (#3611) (8e7f606)
  • Retrieve actual project's language version when not configured (#3642) (c706801)

4.14.2 (2026-05-17)

Bug Fixes

  • mtp: attribute error/timed-out/cancelled states as failures (#3560) (58969ca), closes #3094
  • mtp: Disable DiffEngine and the Verify clipboard feature (#3547) (f7b2f20)
  • mutating: out var in lambdas triggering NRE (#3575) (5ce07cc)
  • rollback: Improve rollback for CS0165 and CS0177 compile errors (#3548) (b42be0e)

4.14.1 (2026-04-10)

Bug Fixes