Skip to content

Commit 1bb9eee

Browse files
committed
fix changelog
1 parent 5b1935e commit 1bb9eee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- utils : add `FileDialogGui.h` (https://github.com/Simple-Robotics/candlewick/pull/61)
13+
1014
### Changed
1115

1216
- utils : avoid public inclusion of `libavutil/pixfmt` header for video recorder (https://github.com/Simple-Robotics/candlewick/pull/61)
1317
- core : `errors.h`: make terminate_with_message a template (with formatting arguments, etc) (https://github.com/Simple-Robotics/candlewick/pull/61)
1418
- utils: add VideoRecorder::close() API (to manually close recorder) (https://github.com/Simple-Robotics/candlewick/pull/61)
1519
- multibody/RobotDebug.cpp : fix velocity arrow direction (https://github.com/Simple-Robotics/candlewick/pull/61)
1620

21+
### Fixed
22+
23+
- core : fix `CommandBuffer::submitAndAcquireFence()` not setting the internal pointer to null
24+
1725
## [0.0.7] - 2025-05-17
1826

1927
### Added
@@ -34,10 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3442
- revamp depth and shadow map pass classes (https://github.com/Simple-Robotics/candlewick/pull/60)
3543
- core/Texture : do not store pointer to `Device` but raw `SDL_GPUDevice *` handle (https://github.com/Simple-Robotics/candlewick/pull/60)
3644

37-
### Fixed
38-
39-
- core : fix `CommandBuffer::submitAndAcquireFence()` not setting the internal pointer to null
40-
4145
## [0.0.6] - 2025-05-14
4246

4347
This is the first release to use a changelog.

0 commit comments

Comments
 (0)