Skip to content

Commit 41e7ccc

Browse files
committed
Fix 5.0.0 changelog links
1 parent c4a3084 commit 41e7ccc

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
@@ -38,20 +38,20 @@ __General improvements__:
3838
* all : allow modification of loop var in IntIterator loop ([#8581](https://github.com/HaxeFoundation/haxe/issues/8581))
3939
* all : support overloading true extern constructors ([#11979](https://github.com/HaxeFoundation/haxe/issues/11979))
4040
* all : support f?.bind() ([#11571](https://github.com/HaxeFoundation/haxe/issues/11571))
41-
* all : rework defines ([#12130](https://github.com/HaxeFoundation/haxelib/issues/12130), [#12251](https://github.com/HaxeFoundation/haxelib/issues/12251))
41+
* all : rework defines ([#12130](https://github.com/HaxeFoundation/haxe/issues/12130), [#12251](https://github.com/HaxeFoundation/haxe/issues/12251))
4242
* all : abort compilation on first error with -D fail-fast ([#11609](https://github.com/HaxeFoundation/haxe/issues/11609))
4343
* all : add position and error message to decode_error.txt ([#12128](https://github.com/HaxeFoundation/haxe/issues/12128))
4444
* all : add configuration options for -D dump, set -D dump-ignore-var-ids by default ([#12150](https://github.com/HaxeFoundation/haxe/issues/12150), [#12130](https://github.com/HaxeFoundation/haxe/issues/12130))
4545
* all : add support for binary literal ([#11627](https://github.com/HaxeFoundation/haxe/issues/11627))
4646
* all : add support for --undefine to remove define ([#11400](https://github.com/HaxeFoundation/haxe/issues/11400))
4747
* all : add optional WUnsafeEnumEquality ([#11813](https://github.com/HaxeFoundation/haxe/issues/11813))
4848
* all : build macOS universal binaries ([#11572](https://github.com/HaxeFoundation/haxe/issues/11572))
49-
* all : [experiments] run parts of the compiler in parallel with `-D enable-parallelism` ([#12070](https://github.com/HaxeFoundation/haxelib/issues/12070), [#12134](https://github.com/HaxeFoundation/haxelib/issues/12134), [#12081](https://github.com/HaxeFoundation/haxelib/issues/12081), [#12252](https://github.com/HaxeFoundation/haxelib/issues/12252))
49+
* all : [experiments] run parts of the compiler in parallel with `-D enable-parallelism` ([#12070](https://github.com/HaxeFoundation/haxe/issues/12070), [#12134](https://github.com/HaxeFoundation/haxe/issues/12134), [#12081](https://github.com/HaxeFoundation/haxe/issues/12081), [#12252](https://github.com/HaxeFoundation/haxe/issues/12252))
5050
* all : [std] add enum as haxe.Unit ([#11563](https://github.com/HaxeFoundation/haxe/issues/11563))
5151
* all : [std] add BigInteger type ([#10750](https://github.com/HaxeFoundation/haxe/issues/10750))
5252
* all : [std] add haxe.runtime.Copy ([#11863](https://github.com/HaxeFoundation/haxe/issues/11863))
5353
* all : [std] haxe.Timer.milliseconds ([#12260](https://github.com/HaxeFoundation/haxe/issues/12260))
54-
* all : [std] String.indexOf ([#7402](https://github.com/HaxeFoundation/haxelib/issues/7402), [#11569](https://github.com/HaxeFoundation/haxelib/issues/11569))
54+
* all : [std] String.indexOf ([#7402](https://github.com/HaxeFoundation/haxe/issues/7402), [#11569](https://github.com/HaxeFoundation/haxe/issues/11569))
5555
* all : [std] add StringBuf.clear() ([#11848](https://github.com/HaxeFoundation/haxe/issues/11848))
5656
* all : [std] allow setting haxe.Exception.stack ([#12213](https://github.com/HaxeFoundation/haxe/issues/12213))
5757
* all : [std] Serializer: implement reset method ([#12068](https://github.com/HaxeFoundation/haxe/issues/12068))

0 commit comments

Comments
 (0)