Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 418 Bytes

CHANGELOG.md

File metadata and controls

7 lines (6 loc) · 418 Bytes

Changelog

v1.1

  • Bugfix:
    Fix unit test cases for 47 problems’ test assertions for C#/TypeScript/Go, which represents ~5% of all problems:
    Root cause of the issue is a possibility for the input parameters to the canonical solutions get mutated as a side-affect which cause the captured input to mismatch.
    We fix this issue by saving another copy of the function input before passing it for execution.