Skip to content

Commit 34b082d

Browse files
committed
v3.1.10
1 parent 5400f49 commit 34b082d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [3.1.10] - 2022-01-25
13+
14+
### Changed
15+
- Explicitly flush stdout/stderr before exiting
16+
17+
### Fixed
18+
- Improve parsing of compiler conditions
19+
20+
1221
## [3.1.9] - 2021-08-01
1322

1423
### Fixed

haxelib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"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",
1212
"contributors": ["vegardit"],
1313
"releasenote": "See https://github.com/vegardit/haxe-doctest/blob/main/CHANGELOG.md",
14-
"version": "3.1.9",
14+
"version": "3.1.10",
1515
"dependencies": {"hscript": ""}
1616
}

0 commit comments

Comments
 (0)