-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-4429 Add Changelog for 4.7.2 #1635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,22 @@ Changes in Version 4.8.0 | |
|
||
.. warning:: PyMongo 4.8 drops support for Python 3.7 and PyPy 3.8: Python 3.8+ or PyPy 3.9+ is now required. | ||
|
||
Changes in Version 4.7.2 | ||
------------------------- | ||
|
||
Version 4.7.2 fixes a bug introduced in 4.7.0: | ||
|
||
- Fixed a bug where PyMongo could not be used with the Nuitka compiler. | ||
|
||
Issues Resolved | ||
............... | ||
|
||
See the `PyMongo 4.7.2 release notes in JIRA`_ for the list of resolved issues | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's something funny with these links. For one, they do not automatically take you to them by clicking in github. More importantly, when I paste the link into my browser, I don't see things rendered as html. I see raw tags, like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're moving away from this changelog toward the "What's New" page on the internal docs site. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So this is how it's supposed to look? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤷🏼♂️ |
||
in this release. | ||
|
||
.. _PyMongo 4.7.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=39710 | ||
|
||
|
||
Changes in Version 4.7.1 | ||
------------------------- | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ambiguous. Is there just the Nuitka compiler bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just one line:
Fixes a bug where PyMongo could not be used with the Nuitka compiler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to convey that the bug was introduced in 4.7.0. It worked in prior versions.