CHANGELOG.md in torch-rb-0.5.0 vs CHANGELOG.md in torch-rb-0.5.1

- old
+ new

@@ -1,4 +1,9 @@ +## 0.5.1 (2020-10-28) + +- Fixed error with tensor classes and no arguments +- Fixed error with `stft` and `clamp` methods + ## 0.5.0 (2020-10-28) - Updated LibTorch to 1.7.0 - Removed deprecated overload for `addcmul!` and `addcdiv!`