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
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
Show 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,6 +53,7 @@ New features:
...
@@ -53,6 +53,7 @@ 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.
* Change ``.items`` from an iterator to a dictionary view.
* Add ``.keys`` and ``.values`` (both dictionary views).
* Add ``.keys`` and ``.values`` (both dictionary views).
* Allow ``__contains__`` to take any object.
* Allow ``__contains__`` to take any object.
...
...
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