Skip to content

Commit 49bd1d0

Browse files
committed
fix changelog
1 parent 5b1935e commit 49bd1d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- utils: add VideoRecorder::close() API (to manually close recorder) (https://github.com/Simple-Robotics/candlewick/pull/61)
1515
- multibody/RobotDebug.cpp : fix velocity arrow direction (https://github.com/Simple-Robotics/candlewick/pull/61)
1616

17+
### Fixed
18+
19+
- core : fix `CommandBuffer::submitAndAcquireFence()` not setting the internal pointer to null
20+
1721
## [0.0.7] - 2025-05-17
1822

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

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

4343
This is the first release to use a changelog.

0 commit comments

Comments
 (0)