Commit 972bdfb47f03c3f47f73fe9f0aea15a872d4cda2

Sam Lantinga 2019-07-01T09:05:15

Made it more explicit that 2.0.10 and newer are required for the SDL_RW* functions

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 66c736f..faecf1d 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -6,7 +6,7 @@ This is a list of major changes in SDL's version history.
 ---------------------------------------------------------------------------
 
 General:
-* The SDL_RW* macros are now functions that are linked from the SDL library
+* The SDL_RW* macros have been turned into functions that are available only in 2.0.10 and onward
 * Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and SDL_SIMDFree(), to allocate memory aligned for SIMD operations for the current CPU
 * Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(), SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(), SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(), SDL_RenderFillRectF(), SDL_RenderFillRectsF(), SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating point precision in the SDL rendering API.
 * Added SDL_GetTouchDeviceType() to get the type of a touch device, which can be a touch screen or a trackpad in relative or absolute coordinate mode.