Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions doc/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@

[section:release_notes Release Notes]

[/=================]
[heading Boost 1.92]
[/=================]

[*Improvements]

* [@https://github.com/boostorg/geometry/pull/1458 1458] Drop varray implementation in favor of Boost.Container static_vector
* [@https://github.com/boostorg/geometry/pull/1459 1459] Refactor/reduce misc boost dependencies
* [@https://github.com/boostorg/geometry/pull/1461 1461] Improve short-distance accuracy of Andoyer inverse

[*Solved issues]

* [@https://github.com/boostorg/geometry/issues/1399 1399] unit test index_rtree_exceptions_rst fails
* [@https://github.com/boostorg/geometry/issues/1452 1452] performance regression on GCC
* [@https://github.com/boostorg/geometry/issues/714 714] missing citation guidelines
* Various fixes of errors and warnings

[/=================]
[heading Boost 1.90]
[/=================]
Expand Down
Loading