From 0b85768a7b5981a0e335fdd57f69a26481c542d0 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Thu, 23 May 2024 15:10:56 -0400 Subject: [PATCH] Update CHANGELOG for v5.3.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a6f0d..40c6138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v5.3.1](https://github.com/mojotech/torch/tree/v5.3.1) (2024-05-23) + +[Full Changelog](https://github.com/mojotech/torch/compare/v5.2.0...v5.3.1) + +**Closed issues:** + +- If `use Torch.Pagination` in top of Module compilation failed [\#458](https://github.com/mojotech/torch/issues/458) +- Update phoenix\_html to 4.0.0 [\#448](https://github.com/mojotech/torch/issues/448) + +**Merged pull requests:** + +- \[fix\] Properly import used functions [\#463](https://github.com/mojotech/torch/pull/463) ([cpjolicoeur](https://github.com/cpjolicoeur)) +- Support OTP 26 [\#461](https://github.com/mojotech/torch/pull/461) ([cpjolicoeur](https://github.com/cpjolicoeur)) +- Bump ex\_doc from 0.31.1 to 0.32.1 [\#455](https://github.com/mojotech/torch/pull/455) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v5.2.0](https://github.com/mojotech/torch/tree/v5.2.0) (2024-04-19) [Full Changelog](https://github.com/mojotech/torch/compare/v5.1.2...v5.2.0)