diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e741eb23..d9e9f7233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Added several new finetuned model checkpoints. ([#462](https://github.com/PriorLabs/TabPFN/pull/462)) ### Changed ### Bug Fixes +- Fixed a validation error that occurred when a `.env` file contained settings from other applications. ([#446](https://github.com/PriorLabs/TabPFN/pull/446)) +- Fixed a crash on PyTorch versions older than 2.5 by correctly detecting Grouped-Query Attention (GQA) support. ([#438](https://github.com/PriorLabs/TabPFN/pull/438)) ## [2.1.1] - 2025-08-03