diff --git a/docs/history/hatch.md b/docs/history/hatch.md index 5b51533e2..e22aabfda 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +***Fixed:*** + +- Fixes hatch shell type error for keep_env. +- SBOM documentation for including SBOM files in `sdist` + ## [1.16.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.16.3) - 2026-01-20 ## {: #hatch-v1.16.3 } ***Added:*** diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 5bf55b8a4..bf971e749 100644 --- a/docs/history/hatchling.md +++ b/docs/history/hatchling.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +***Fixed:*** + +- Source Date Epoch no longer fails when set to date before 1980. + ## [1.28.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.28.0) - 2025-11-26 ## {: #hatchling-v1.28.0 } ***Changed:***