CHANGELOG.md in torch-rb-0.3.5 vs CHANGELOG.md in torch-rb-0.3.6

- old
+ new

@@ -1,4 +1,10 @@ +## 0.3.6 (2020-09-17) + +- Added `inplace` option for leaky ReLU +- Fixed error with methods that return a tensor list (`chunk`, `split`, and `unbind`) +- Fixed error with buffers on GPU + ## 0.3.5 (2020-09-04) - Fixed error with data loader (due to `dtype` of `randperm`) ## 0.3.4 (2020-08-26)