Skip to content

Commit 6d3524f

Browse files
add changelog for the fix of #1099
1 parent 2809c45 commit 6d3524f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
- add `setuptools-scm` console_scripts entry point to make the CLI directly executable
88
- make Mercurial command configurable by environment variable `SETUPTOOLS_SCM_HG_COMMAND`
9+
- fix #1099 use file modification times for dirty working directory timestamps instead of current time
910

1011
### Changed
1112

1213
- add `pip` to test optional dependencies for improved uv venv compatibility
1314
- migrate to selectable entrypoints for better extensibility
1415
- improve typing for entry_points
16+
- refactor file modification time logic into shared helper function for better maintainability
17+
- reduce complexity of HgWorkdir.get_meta method by extracting focused helper methods
1518

1619
### Fixed
1720

0 commit comments

Comments
 (0)