diff options
| author | Ray <[email protected]> | 2020-12-23 17:44:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-23 17:44:00 +0100 |
| commit | 002258aa57c7cff1a8b02bb02fb4a9c256662c8e (patch) | |
| tree | 250b5693dbd9a2f9cb3fc1cfe80a695f2fd93091 /CHANGELOG | |
| parent | c59ea67b97ebcdbae911e1210d7ceff629c1e5ef (diff) | |
| download | raylib-002258aa57c7cff1a8b02bb02fb4a9c256662c8e.tar.gz raylib-002258aa57c7cff1a8b02bb02fb4a9c256662c8e.zip | |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ Release: raylib 3.5 - 7th Anniversary Edition (25 December 2020) ------------------------------------------------------------------------- KEY CHANGES: - [core] ADDED: PLATFORM_DRM to support RPI4 and other devices (#1388) by @kernelkinetic - - [rlgl] ADDED: RenderBatch type and related functions to allow custom batching + - [rlgl] ADDED: RenderBatch type and related functions to allow custom batching (internal only) - [rlgl] REDESIGNED: Framebuffers API to support multiple attachment types (#721) - [textures] REDESIGNED: Image*() functions, big performance improvements (software rendering) - - [*] REVIEWED: multiple functions to replace file accesses by memory accesses + - [*] REVIEWED: Multiple functions to replace file accesses by memory accesses - [*] ADDED: GitHub Actions CI to support multiple raylib build configurations Detailed changes: |
