From 191e8cf02bea5aa2ba1400d161d5d9d5406834c3 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Nov 2021 21:02:23 +0100 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4a270ad16..811687d93 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -356,7 +356,7 @@ Highlights for `raylib 4.0`: - **`raylib_parser`**: Added **new tool to parse `raylib.h`** and tokenize its enums, structs and functions, extracting all required info (name, params, descriptions...) into custom output formats (TXT, XML, JSON...) for further processing. This tool is specially useful to **automatize bindings generation**. Hopefully, this tool will make life easier to binding creators to update their bindings for raylib 4.0 or adding new ones! - - **Zig and Odin official support for raylib**: Those two new amazing programming languages are officially supporting raylib, `Zig` lists raylib as an [official example for C interoperatibility](https://ziglang.org/learn/samples/#c-interoperability) and Odin [officially supports raylib as a vendor library](https://github.com/odin-lang/Odin/tree/master/vendor/raylib). Both languages also have several bingings to raylib. + - **Zig and Odin official support for raylib**: Those two new amazing programming languages are officially supporting raylib, `Zig` lists raylib as an [official example for C interoperatibility](https://ziglang.org/learn/samples/#c-interoperability) and Odin [officially supports raylib as a vendor library](https://github.com/odin-lang/Odin/tree/master/vendor/raylib). Both languages also have several bingings to raylib. Additionally, Zig build system supported has been added to compile raylib library and examples. Those are some of the key features for this new release but actually there is way more! Support for `VOX` ([MagikaVoxel](https://ephtracy.github.io/)) 3d model format has been added, new [raylib_game_template](https://github.com/raysan5/raylib-game-template) repo shared, new `EncodeDataBase64()` and `DecodeDataBase64()` functions added, improved HiDPI support, new `DrawTextPro()` with support for text rotations, completely reviewed `glTF` models loading, added `SeekMusicStream()` for music seeking, many new examples and +20 examples reviewed... **hundreds of improvements and bug fixes**! Make sure to check [CHANGELOG](CHANGELOG) for a detailed list of changes!