Skip to content

Commit f415248

Browse files
committed
Initialize CHANGELOG file
1 parent aea28b5 commit f415248

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [1.0.1] - 2023-05-24
9+
10+
### Added
11+
12+
- Initialize the CHANGELOG file
13+
14+
### Fixed
15+
16+
- Fix some compilation errors when using MSVC compiler
17+
18+
19+
## [1.0.0] - 2023-05-14
20+
21+
### Added
22+
23+
- Source code of the submission to the O3DE Jam - May 5-14, 2023
24+
25+
26+
[1.0.1]: https://github.com/loherangrin/games.o3de.o3de-jam-2305/releases/tag/v1.0.1
27+
[1.0.0]: https://github.com/loherangrin/games.o3de.o3de-jam-2305/releases/tag/v1.0.0

0 commit comments

Comments
 (0)