Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 31, 2024
1 parent f41079d commit 7ef4f16
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2024.3.0 (2024-10-30)
=====================

Bug Fixes
---------

- Fix the readthedocs.org build that has been failing and not updating our official docs at https://pipenv.pypa.io/en/latest/ `#6291 <https://github.com/pypa/pipenv/issues/6291>`_
- Fix regression of ``2024.3.0`` when using the ``--system`` flag without ``--deploy`` flag. `#6295 <https://github.com/pypa/pipenv/issues/6295>`_
- - **Bugfix:** Fixed Regression with the ``pipenv update`` routine to allow for package upgrades without requiring an existing lockfile. This change improves the flexibility of the update process by determining which packages require updating and handling cases where the lockfile is absent or partially defined.
- **Tests Added:** Comprehensive integration tests for the updated functionality, covering scenarios like updating packages without a lockfile, detecting modified entries, handling VCS changes, and verifying the correct application of extras during installation. `#6299 <https://github.com/pypa/pipenv/issues/6299>`_
2024.3.0 (2024-10-29)
=====================

Expand Down
1 change: 0 additions & 1 deletion news/6291.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6295.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/6299.bugfix.rst

This file was deleted.

0 comments on commit 7ef4f16

Please sign in to comment.