summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 3d5d695..3b874df 100644
--- a/changelog
+++ b/changelog
@@ -11,6 +11,7 @@ KEY CHANGES:
- ADDED: Camera3D Lua lib.
- ADDED: Raygui wrapper lib.
- CHANGED: Can now have multiple Music objects like other Raylib objects instead of just one.
+ - CHANGED: Texture now can be either Texture or RenderTexture. No need to change texture source anymore.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables.
@@ -59,6 +60,10 @@ Detailed changes:
- ADDED: GetMusicLooping
- ADDED: DrawCapsule and DrawCapsuleWires
- ADDED: Free Camera3D example
+ - REMOVED: SetTextureSource
+ - REMOVED: GetTextureSource
+ - REMOVED: UnloadRenderTexture
+ - ADDED: GetTextureType
------------------------------------------------------------------------
Release: ReiLua version 0.4.0 Using Raylib 4.2