Skip to content

Commit 4d67f7d

Browse files
committed
Fix changelog
1 parent e9a396e commit 4d67f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

downloads/5.0.0-preview.1/CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ __Bugfixes__:
116116
* all : avoid some capture variable wrapping in non-loops ([#12235](https://github.com/HaxeFoundation/haxe/issues/12235))
117117
* all : @:noCompletion vs. static extensions ([#12254](https://github.com/HaxeFoundation/haxe/issues/12254))
118118
* all : use available terminal columns instead of hardcoded 80 columns ([#11404](https://github.com/HaxeFoundation/haxe/issues/11404))
119-
* all : track actual path position for path.Path<Params> ([#11405](https://github.com/HaxeFoundation/haxe/issues/11405))
119+
* all : track actual path position for `path.Path<Params>` ([#11405](https://github.com/HaxeFoundation/haxe/issues/11405))
120120
* all : set --run args only when we're actually running ([#11524](https://github.com/HaxeFoundation/haxe/issues/11524))
121121
* all : [std] do not close unowned socket in Http.customRequest ([#12069](https://github.com/HaxeFoundation/haxe/issues/12069))
122122
* all : [std] fix zipfiles not having data descriptor after filedata ([#11686](https://github.com/HaxeFoundation/haxe/issues/11686))
@@ -138,7 +138,7 @@ __Bugfixes__:
138138
* all : [typer] avoid lhs cast on ambiguous operators ([#12146](https://github.com/HaxeFoundation/haxe/issues/12146))
139139
* all : [typer] abstract vs. mono hard unification error ([#12182](https://github.com/HaxeFoundation/haxe/issues/12182))
140140
* all : [typer] follow through abstract underlying types for null-checks when matching ([#11716](https://github.com/HaxeFoundation/haxe/issues/11716))
141-
* all : [typer] fix Monomorph vs Null<T> inference issue ([#11851](https://github.com/HaxeFoundation/haxe/issues/11851))
141+
* all : [typer] fix Monomorph vs `Null<T>` inference issue ([#11851](https://github.com/HaxeFoundation/haxe/issues/11851))
142142
* all : [typer] fail softer on multiple read/write resolve methods ([#11757](https://github.com/HaxeFoundation/haxe/issues/11757))
143143
* all : [typer] always allow local function type parameters ([#11520](https://github.com/HaxeFoundation/haxe/issues/11520))
144144
* all : [typer] disallow ?.new and ?.match ([#11799](https://github.com/HaxeFoundation/haxe/issues/11799))
@@ -181,7 +181,7 @@ __Bugfixes__:
181181
* all : [display] catch 'die' calls in diagnostics ([#11984](https://github.com/HaxeFoundation/haxe/issues/11984))
182182
* all : [display] browse for EDisplay when calls fail ([#11422](https://github.com/HaxeFoundation/haxe/issues/11422))
183183
* all : [server] do not crash when client exits before end of compilation
184-
* hl : rework Null<Int/Float/Bool> comparison for spec/alloc ([#11612](https://github.com/HaxeFoundation/haxe/issues/11612))
184+
* hl : rework `Null<Int/Float/Bool>` comparison for spec/alloc ([#11612](https://github.com/HaxeFoundation/haxe/issues/11612))
185185
* hl : fix -D hl-check error pos ([#11727](https://github.com/HaxeFoundation/haxe/issues/11727))
186186
* hl : fix interface override function resolution ([#11723](https://github.com/HaxeFoundation/haxe/issues/11723))
187187
* hl : fix debug info missing for catch e:String, arg with unify error ([#11717](https://github.com/HaxeFoundation/haxe/issues/11717))

0 commit comments

Comments
 (0)