Skip to content

Commit 7ef4f16

Browse files
committed
fix changelog
1 parent f41079d commit 7ef4f16

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2024.3.0 (2024-10-30)
2+
=====================
3+
4+
Bug Fixes
5+
---------
6+
7+
- 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>`_
8+
- Fix regression of ``2024.3.0`` when using the ``--system`` flag without ``--deploy`` flag. `#6295 <https://github.com/pypa/pipenv/issues/6295>`_
9+
- - **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.
10+
- **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>`_
111
2024.3.0 (2024-10-29)
212
=====================
313

news/6291.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/6295.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/6299.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)