We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77193ad + d9af10c commit ee5f36dCopy full SHA for ee5f36d
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [x.x.x] - Unreleased
8
+### Added
9
+- Added a C++ version of raylib's loading thread example (by (@pkeir)[https://github.com/pkeir])
10
+
11
+### Fixed
12
+- Made the global wrapped functions static to avoid redeclaration
13
14
## [v3.5.0-beta2] - 2021-01-18
15
### Fixed
16
- `Font.charsPadding` loading
0 commit comments