File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Clang build errors
15
15
- Wrong type used for asset path on startup
16
16
- Missing asset directories to CMakeLists
17
- - Faulty length check in AoC conversion processor
18
17
19
18
20
19
## Full commit log
Original file line number Diff line number Diff line change
1
+ # [ 0.5.2] - 2023-10-17
2
+ All notable changes for version [ 0.5.2] are documented in this file.
3
+
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 ) since release [ 0.4.0] .
6
+
7
+ ## Changed
8
+
9
+ - ` make run ` now calls ` ./run main ` instead of ` ./run game `
10
+
11
+
12
+ ## Fixed
13
+
14
+ - Out-of-bound access in matrix constructor
15
+ - Version number displayed because non-annotated tags from git were not considered
16
+ - Check if clang jthread is joinable before joining
17
+ - Prevent engine loop from being optimized out in release builds
18
+ - Fix engine modpack export via CLI
19
+
20
+
21
+ ## Full commit log
22
+
23
+ https://github.com/SFTtech/openage/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change 1
- 0.5.1
1
+ 0.5.2
You can’t perform that action at this time.
0 commit comments