diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..5999ec34f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## 1.4.0 (October 1, 2018) + +* haxe 4 preview5+ support +* added h2d.filter.Outline (Leo Bergman) +* added h2d.Graphics.drawEllipse (Josu Iga) +* added JS custom cursors + hl/js animated cursors support (Pavel Alexandrov) +* JS sound quality fixes (Pavel Alexandrov) +* renamed h2d.Sprite to h2d.Object and some other API changes +* added HtmlText textAlign support (Pascal Peridont) +* added spot lights and shadows (pbr only) +* added point lights shadows +* added 32 bit indexes support +* added binary FBX support (Pavel Alexandrov) +* added instanced drawing support + +## previous versions + +* everything else \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index cff6691cf..a05e3ff47 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,7 +3,7 @@ "url" : "http://heaps.io", "license" : "BSD", "description" : "The GPU Game Framework", - "version" : "1.3.0", + "version" : "1.4.0", "releasenote" : "", "contributors" : ["ncannasse"], "dependencies" : { "format" : "" }