From f36c82292368947fb8696221d3ce5665816b4afc Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 11 Dec 2023 01:52:04 -0500 Subject: [PATCH] Fix history note placement --- docs/history/hatchling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 97dc47d8f..180facf7f 100644 --- a/docs/history/hatchling.md +++ b/docs/history/hatchling.md @@ -18,12 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ***Added:*** - Officially support Python 3.12 +- Allow using an empty string for the `sources` option to add a prefix to distribution paths ***Fixed:*** - Fix parsing dependencies for environments when warnings are emitted - Properly handle non-zero version epoch for the `standard` version scheme -- Allow using an empty string for the `sources` option to add a prefix to distribution paths - Fix the `wheel` build target for case insensitive file systems when the project metadata name does not match the directory name on disk - The `app` build target no longer has suppressed output - Prevent duplicate paths when projects require the `sources` option while build hooks overwrite included paths