diff --git a/HISTORY.txt b/HISTORY.txt index 082775b8..0a7db4eb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,7 +3,9 @@ - Ensure lock hash does not change based on injected env vars. - Fix bug in detecting .venv at project root when in subdirectories. - Parse quoting in [scripts] section correctly + clearer run errors. - - Fix bug resolving & locking markers correctly + - Fix bug resolving & locking markers correctly. + - Fix locking failure for packages not available on the default PyPI. + - Upgrade python-dotenv to support "export" syntax. - Bugfix for allow_global with new resolver fixes. 11.9.0: - Vastly improve markers capabilities.