Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
1fb9df60
Commit
1fb9df60
authored
Aug 18, 2017
by
Dean Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add upgrade guide to the documentation
[skip ci]
parent
db46a89d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
docs/changelog.rst
+2
-1
docs/index.rst
+1
-0
docs/upgrade.rst
+0
-0
No files found.
docs/changelog.rst
View file @
1fb9df60
...
...
@@ -60,7 +60,8 @@ v2.2.0 (Not yet released)
* pybind11's headers and build system now more strictly enforce hidden symbol
visibility for extension modules. This should be seamless for most users,
but see the upgrade guide if you use a custom build system.
but see the :doc:`upgrade` if you use a custom build system.
`#995 <https://github.com/pybind/pybind11/pull/995>`_.
* Support for ``py::module_local`` types which allow multiple modules to
export the same C++ types without conflicts. This is useful for opaque
...
...
docs/index.rst
View file @
1fb9df60
...
...
@@ -14,6 +14,7 @@ pybind11 --- Seamless operability between C++11 and Python
intro
changelog
upgrade
.. toctree::
:caption: The Basics
...
...
docs/upgrade.rst
0 → 100644
View file @
1fb9df60
This diff is collapsed.
Click to expand it.
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