forked from mirror/DotRecast
changelog
This commit is contained in:
parent
89214accfb
commit
153b523ea7
|
@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## [Unreleased] - yyyy-mm-dd
|
||||
|
||||
### Added
|
||||
- Nothing
|
||||
- Added RcBinaryMinHeap ([@Sarofc](https://github.com/Sarofc))
|
||||
- Added DotRecast.Benchmark ([@Sarofc](https://github.com/Sarofc))
|
||||
|
||||
### Fixed
|
||||
- Fix raycast shortcuts ([@Sarofc](https://github.com/Sarofc)) [#72](https://github.com/ikpil/DotRecast/issues/72)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
Loading…
Reference in New Issue