Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 5, 2023
1 parent fb6e38b commit de02cb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [3.2.2] - 2022-05-06

### Fixed
- Compilation fails with false-positive Null Safety errors on Haxe >4.3


## [3.2.1] - 2022-02-24

### Fixed
- Results of tests comparing numbers with null values are inconsisent across targets
- Results of tests comparing numbers with null values are inconsistent across targets


## [3.2.0] - 2022-02-23
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"description": "Python inspired doc-testing for Haxe. Allows unit-testing based on test assertions in haxedoc. Integrates with Haxe Unit, MUnit, Tink Testrunner and UTest",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-doctest/blob/main/CHANGELOG.md",
"version": "3.2.1",
"version": "3.2.2",
"dependencies": {"hscript": ""}
}

0 comments on commit de02cb2

Please sign in to comment.