The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
* Fix xcframework target naming issues with Swift versions before 5.8 in https://github.com/ctreffs/SwiftSDL2/pull/29 #28
* Update dependency realm/SwiftLint to v0.52.3 by @renovate in https://github.com/ctreffs/SwiftSDL2/pull/26
**Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.4.0...1.4.1
## What's Changed
* Supported SDL2 version is now [2.26.5](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.5)
* Add SDL2 as XCFramework on Apple platforms + fix Windows build by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/24
* Add examples by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/14
* Update project by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/20
* Configure Renovate by @renovate in https://github.com/ctreffs/SwiftSDL2/pull/15
* Housekeeping by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/27
## New Contributors
* @renovate made their first contribution in https://github.com/ctreffs/SwiftSDL2/pull/15
**Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.3.2...1.4.0
- Fix iOS and macOS imports
**Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.3.1...1.3.2
Windows support
1 year ago
- Add Windows support (#6, #9)
- Use relative paths (#7, #10)
- Fix metal example
- SDL2 2.0.10+
- Swift 5.1+