From cf134235d74f98d1d0fe972edf96cf10bd7fefd9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 13 Aug 2022 08:23:40 -0700 Subject: [PATCH] Removed line wrapping in patch notes --- WhatsNew.txt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/WhatsNew.txt b/WhatsNew.txt index 515ecf073..37a001cfb 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -7,17 +7,10 @@ This is a list of major changes in SDL's version history. General: * New version numbering scheme, similar to GLib and Flatpak. - * An even number in the minor version (second component) indicates - a production-ready stable release such as 2.24.0, which would have - been 2.0.24 under the old system. - * The patchlevel (micro version, third component) indicates a - bugfix-only update: for example, 2.24.1 would be a bugfix-only - release to fix bugs in 2.24.0, without adding new features. - * An odd number in the minor version indicates a prerelease such - as 2.23.0. Stable distributions should not use these prereleases. - * The patchlevel indicates successive prereleases, for example - 2.23.1 and 2.23.2 would be prereleases during development of - the SDL 2.24.0 stable release. + * An even number in the minor version (second component) indicates a production-ready stable release such as 2.24.0, which would have been 2.0.24 under the old system. + * The patchlevel (micro version, third component) indicates a bugfix-only update: for example, 2.24.1 would be a bugfix-only release to fix bugs in 2.24.0, without adding new features. + * An odd number in the minor version indicates a prerelease such as 2.23.0. Stable distributions should not use these prereleases. + * The patchlevel indicates successive prereleases, for example 2.23.1 and 2.23.2 would be prereleases during development of the SDL 2.24.0 stable release. * Added SDL_GetPointDisplayIndex() and SDL_GetRectDisplayIndex() to get the display associated with a point and rectangle in screen space * Added SDL_bsearch(), SDL_crc16(), and SDL_utf8strnlen() to the stdlib routines * Added SDL_CPUPauseInstruction() as a macro in SDL_atomic.h