From fc7506e34afaf852872f1b3f553f9a905fc91ee3 Mon Sep 17 00:00:00 2001 From: Cary Hawkins Date: Thu, 19 Feb 2026 12:49:59 -0800 Subject: [PATCH] Prerelease doc updates. --- docs/history/hatch.md | 5 +++++ docs/history/hatchling.md | 4 ++++ 2 files changed, 9 insertions(+) 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:***