Skip to content

Commit ed3cbf8

Browse files
committed
Start to collect release notes.
1 parent 2f6e728 commit ed3cbf8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/python.qbk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The development of these features was funded in part by grants to `Boost Consult
4343

4444
[section Contents]
4545

46+
* [link rn Release Notes]
4647
* _tutorial_
4748
* [link building Building and Testing]
4849
* _reference_
@@ -58,6 +59,7 @@ The development of these features was funded in part by grants to `Boost Consult
5859

5960
[@article.html Building Hybrid Systems With Boost Python], by Dave Abrahams and Ralf W. Grosse-Kunstleve
6061

62+
[include release_notes.qbk]
6163
[include building.qbk]
6264
[include configuration.qbk]
6365
[include support.qbk]

doc/release_notes.qbk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[chapter Release Notes
2+
[quickbook 1.7]
3+
[id rn]
4+
]
5+
6+
[section Version 1.67]
7+
8+
* The Boost.Python library names now contain the Python version suffix.
9+
A variant compiled with Python 2.7 will thus produce library names
10+
`boost_python27` and `boost_numpy27`, etc., making it possible to host
11+
variants for multiple Python versions next to each other.

0 commit comments

Comments
 (0)