forked from bit/DotRecastNetSim
update changelog
This commit is contained in:
parent
f0eb976ba0
commit
389632def9
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased] - yyyy-mm-dd
|
## [Unreleased] - yyyy-mm-dd
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Special Thanks
|
||||||
|
- [@Doprez](https://github.com/Doprez)
|
||||||
|
- [@Arctium](https://github.com/Arctium)
|
||||||
|
|
||||||
|
|
||||||
|
## [2024.1.3] - 2024-02-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added DtNodeQueue UnitTest [@ikpil](https://github.com/ikpil)
|
- Added DtNodeQueue UnitTest [@ikpil](https://github.com/ikpil)
|
||||||
- Added RcSortedQueue UnitTest [@ikpil](https://github.com/ikpil)
|
- Added RcSortedQueue UnitTest [@ikpil](https://github.com/ikpil)
|
||||||
|
@ -17,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Changed
|
### Changed
|
||||||
- Update Microsoft.NET.Test.Sdk 17.8.0 to 17.9.0
|
- Update Microsoft.NET.Test.Sdk 17.8.0 to 17.9.0
|
||||||
- Enhanced ToString method of DtNode to provide more detailed information.
|
- Enhanced ToString method of DtNode to provide more detailed information.
|
||||||
|
- Reuse DtNode in DtNodePool
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue