update CHANGELOG.md

This commit is contained in:
ikpil 2024-05-17 23:44:58 +09:00 committed by Ikpil
parent 7212afaac6
commit 72d042b1ea
1 changed files with 8 additions and 3 deletions

View File

@ -8,13 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ### Added
- Added RcSpans UnitTest - Added RcSpans UnitTest
- Added DtNavMesh.Init() interface
### Fixed ### Fixed
- Nothing
### Changed ### Changed
- RcRecast, DtDetour - Changed class name of static functions to RcRecast and DtDetour
- Changed DtLink class member variable type from int to byte
- Changed initialization in DtNavMesh constructor to Init() function.
### Removed ### Removed
- Nothing
### Special Thanks ### Special Thanks
- [@Doprez](https://github.com/Doprez) - [@Doprez](https://github.com/Doprez)