Skip to content

Commit aa3e67e

Browse files
committed
update changelog
1 parent 17ad232 commit aa3e67e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

doc/changelog.qbk

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@
77

88
[section:changelog Changelog]
99

10+
[heading Boost 1.89]
11+
12+
* Update CMake minimum version and Python detection in CMake
13+
* Improve documentation
14+
* Add example on how to make an axis which accepts multiple value types that are not implicitly convertible
15+
* Show how to use `histogram::fill` with a multidimensional histogram efficiently when data per dimension is already available as contiguous data
16+
* Don't use deprecated form of user-defined literal operator
17+
* Add support for modular build structure with b2
18+
* Fixed warnings in MSVC about narrowed types
19+
* Added collector accumulator, which stores all values in a bin
20+
* Internal changes to tests and classes in detail namespace
21+
22+
[heading Boost 1.88]
23+
24+
* No changes.
25+
26+
[heading Boost 1.87]
27+
28+
* No changes.
29+
30+
[heading Boost 1.86]
31+
32+
* No changes.
33+
34+
[heading Boost 1.85]
35+
36+
* No changes.
37+
38+
[heading Boost 1.84]
39+
40+
* No changes.
41+
42+
[heading Boost 1.83]
43+
44+
* No changes.
45+
1046
[heading Boost 1.82]
1147

1248
* Replace `detail::span` and `detail::make_span` with implementations in `boost::core`

0 commit comments

Comments
 (0)