Browse Source

Add missing haxe 5 enum constructor change (#12403)

tobil4sk 1 month ago
parent
commit
ed2545101e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/CHANGES.txt

+ 1 - 0
extra/CHANGES.txt

@@ -13,6 +13,7 @@
 
 	Breaking changes:
 
+	all : don't prioritize enum constructors over classes (#9197)
 	all : rework module resolution (#11168)
 	all : don't infer string on concat (#11318)
 	all : delay typer creation to after init macros (#11323)