File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4343This is the first release to use a changelog.
You can’t perform that action at this time.
0 commit comments