Skip to content

Commit 788b1af

Browse files
authored
Update CHANGELOG.md
1 parent 85f08d7 commit 788b1af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [x.x.x] - xxxx-xx-xx
99
### Changes
1010
- For tests, replaced catch.hpp with `assert()` calls
11+
- Added assignment operators for objects ([#142](https://github.com/RobLoach/raylib-cpp/pull/142) by [@marciejewiczow](https://github.com/maciejewiczow))
12+
- Replaced `NULL` with `nullptr`
13+
- Fixed memory leak in `ModelAnimation::Load` method
1114

1215
## [3.7.0] - 2021-04-23
1316
### Added

0 commit comments

Comments
 (0)