Removed line wrapping in patch notes

This commit is contained in:
Sam Lantinga 2022-08-13 08:23:40 -07:00
parent cb46e1b3f0
commit cf134235d7
1 changed files with 4 additions and 11 deletions

View File

@ -7,17 +7,10 @@ This is a list of major changes in SDL's version history.
General: General:
* New version numbering scheme, similar to GLib and Flatpak. * New version numbering scheme, similar to GLib and Flatpak.
* An even number in the minor version (second component) indicates * 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.
a production-ready stable release such as 2.24.0, which would have * 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.
been 2.0.24 under the old system. * An odd number in the minor version indicates a prerelease such as 2.23.0. Stable distributions should not use these prereleases.
* The patchlevel (micro version, third component) indicates a * 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.
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_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_bsearch(), SDL_crc16(), and SDL_utf8strnlen() to the stdlib routines
* Added SDL_CPUPauseInstruction() as a macro in SDL_atomic.h * Added SDL_CPUPauseInstruction() as a macro in SDL_atomic.h