Commit 4c9f31398f09ec53fbfded86f42f5c55708b6bdf

Sam Lantinga 2016-10-12T18:57:12

Added note for David Carlier's work on OpenBSD

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/WhatsNew.txt b/WhatsNew.txt
index eec545e..f8cba4e 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -46,6 +46,9 @@ Linux:
 * Refresh rates are now rounded instead of truncated, e.g. 59.94 Hz is rounded up to 60 Hz instead of 59.
 * Added initial support for touchscreens on Raspberry Pi
 
+OpenBSD:
+* SDL_GetBasePath() is now implemented on OpenBSD
+
 iOS:
 * Added support for dynamically loaded objects on iOS 8 and newer