From 53915d77e65fd55c82cb2e9ea7d159abffcc5ffe Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Apr 2026 11:22:13 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e049512bd..ec1957103 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -221,7 +221,7 @@ Detailed changes: [rlsw] REVIEWED: C++ support (#5291) by @alexgb0 [rshapes] ADDED: `DrawLineDashed()` (#5222) by @luis605 [rshapes] ADDED: `DrawEllipseV()` and `DrawEllipseLinesV()` (#4963) by @meowstr -[rshapes] REDESIGNED: `DrawCircleGradieent()` to use Vector2 as center parameter by @raysan5 -WARNING- +[rshapes] REDESIGNED: `DrawCircleGradient()` to use Vector2 as center parameter by @raysan5 -WARNING- [rshapes] REVIEWED: `DrawLine()`, fix pixel offset issue on drawing (#4666) by @Bigfoot71 [rshapes] REVIEWED: `DrawRectangleGradientEx()`, incorrect parameter names (#4980) by @vincent [rshapes] REVIEWED: `DrawRectangleLines`, fix pixel offset issue (#4669) by @Bigfoot71