Skip to content

Commit ded806b

Browse files
authored
Merge pull request #1581 from heinezen/release/changelog-0.5.2
Changelog release `0.5.2`
2 parents 13b2cba + 6cb1bb9 commit ded806b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

doc/changelogs/engine/v0.5.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Clang build errors
1515
- Wrong type used for asset path on startup
1616
- Missing asset directories to CMakeLists
17-
- Faulty length check in AoC conversion processor
1817

1918

2019
## Full commit log

doc/changelogs/engine/v0.5.2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

openage_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

0 commit comments

Comments
 (0)