Skip to content

Commit c43d691

Browse files
committed
Add Changelog for v0.1.0 release
1 parent 41b1968 commit c43d691

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
5+
## [0.1.0] - 2019-07-01
6+
### Added
7+
- Windows x86 build support
8+
- Polling input
9+
10+
#### Platform
11+
- Basic platform abstraction
12+
- Windows API support
13+
- Main window creation
14+
- Input events
15+
16+
#### Gfx
17+
- Gfx backend (renderer) abstraction
18+
- Direct3D 9 fixed function backend
19+
20+
#### Sandbox
21+
- Direct3D 9 tutorial 2 - 5
22+
- Navigate with the left and right arrow keys between the test cases
23+
24+
[0.1.0]: https://github.com/juli27/basaltcpp/releases/tag/v0.1.0

0 commit comments

Comments
 (0)