summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-11-13 23:42:58 +0200
committerjussi2023-11-13 23:42:58 +0200
commit7b10306ed5c87517800a6058ad84e27c866f81c6 (patch)
tree68b58fed65ed81362a80b34974bfaa8c4345e5c8 /changelog
parente06d98e0ed820c64df99c451e2c24a481d7349e8 (diff)
downloadreilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.gz
reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.bz2
reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.zip
Matrix library.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index ae18b6e..b0a6bfd 100644
--- a/changelog
+++ b/changelog
@@ -17,6 +17,7 @@ KEY CHANGES:
- CHANGED: DrawText is now DrawTextEx like in Raylib.
- ADDED: Global variable descriptions for API.
- CHANGED: Organized functions by putting them in the same order as in Raylib.
+ - ADDED: Matrix library.
DETAILED CHANGES:
- CHANGED: GenImageColor now takes Vector2 as size.