CHANGELOG.md in torch-rb-0.5.3 vs CHANGELOG.md in torch-rb-0.6.0

- old
+ new

@@ -1,9 +1,15 @@ +## 0.6.0 (2021-03-25) + +- Updated LibTorch to 1.8.0 +- Fixed tensor indexing with endless ranges that exclude end +- Removed support for Ruby 2.5 + ## 0.5.3 (2021-01-14) - Added `manual_seed` and `manual_seed_all` for CUDA - Improved saving and loading models -- Fixed error with tensor indexing with beginless ranges in Ruby 3.0 +- Fixed error with tensor indexing with beginless ranges ## 0.5.2 (2020-10-29) - Fixed `undefined symbol` error with CUDA