Skip to content

Commit aae16d3

Browse files
authored
Merge pull request #1567 from heinezen/doc/release-0.5.1
Changelog release `0.5.1`
2 parents 1d08ffa + d85e25b commit aae16d3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

doc/changelogs/engine/v0.5.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# [0.5.1] - 2023-10-10
2+
All notable changes for version [0.5.1] 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+
## Removed
8+
9+
- Pre-processor macro error when `jthread` is missing in clang build
10+
11+
12+
## Fixed
13+
14+
- Clang build errors
15+
- Wrong type used for asset path on startup
16+
- Missing asset directories to CMakeLists
17+
- Faulty length check in AoC conversion processor
18+
19+
20+
## Full commit log
21+
22+
https://github.com/SFTtech/openage/compare/v0.5.0...v0.5.1

openage_version

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

0 commit comments

Comments
 (0)