Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
47ed124f
"vscode:/vscode.git/clone" did not exist on "93e69191c1ad81ccde1b3dfd46bb69dccd8e45ce"
Unverified
Commit
47ed124f
authored
Oct 08, 2021
by
Bruce Merry
Committed by
GitHub
Oct 08, 2021
Browse files
Fix some formatting in the v2.8.0 changelog (#3339)
[skipci]
parent
ba9f919b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/changelog.rst
docs/changelog.rst
+4
-3
No files found.
docs/changelog.rst
View file @
47ed124f
...
@@ -53,9 +53,10 @@ New features:
...
@@ -53,9 +53,10 @@ New features:
`#3293 <https://github.com/pybind/pybind11/pull/3293>`_
`#3293 <https://github.com/pybind/pybind11/pull/3293>`_
* Improve the classes generated by ``bind_map``: `#3310 <https://github.com/pybind/pybind11/pull/3310>`_
* Improve the classes generated by ``bind_map``: `#3310 <https://github.com/pybind/pybind11/pull/3310>`_
* Change ``.items`` from an iterator to a dictionary view.
* Add ``.keys`` and ``.values`` (both dictionary views).
* Change ``.items`` from an iterator to a dictionary view.
* Allow ``__contains__`` to take any object.
* Add ``.keys`` and ``.values`` (both dictionary views).
* Allow ``__contains__`` to take any object.
* ``pybind11::custom_type_setup`` was added, for customizing the
* ``pybind11::custom_type_setup`` was added, for customizing the
``PyHeapTypeObject`` corresponding to a class, which may be useful for
``PyHeapTypeObject`` corresponding to a class, which may be useful for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment