@@ -51,7 +51,7 @@ boost_at:/doc/libs/1_91_0/[Documentation]
5151** Added `HTTP2-Settings` to HTTP field enum.
5252
5353* boost_phrase:library[Charconv,/libs/charconv/]:
54- ** Fixed `to_chars` of negative 128-bit integers whose absolute value is less than 2^64
54+ ** Fixed overflow in `to_chars` of negative 128-bit integers whose absolute value is less than 2^64
5555
5656* boost_phrase:library[Core,/libs/core/]:
5757** The header `boost/is_placeholder.hpp` has been moved from Bind to Core. (https://github.com/boostorg/core/issues/90[#90])
@@ -98,15 +98,15 @@ boost_at:/doc/libs/1_91_0/[Documentation]
9898** Enabled building interprocess communication support on Cygwin by default.
9999
100100* boost_phrase:library[Math,/libs/math/]:
101- ** Added `find_non_centrality` for `non_central_f_distribution`
102- ** Added parameter finding for `non_central_t_distribution`
101+ ** Added `find_non_centrality` finding function for `non_central_f_distribution`
102+ ** Added parameter finding function for `non_central_t_distribution`
103103** Added function for the log of the incomplete gamma function, `lgamma_q`
104104** Added function for the log of the lower incomplete gamma function, `lgamma_p`
105105** Added `domain()` function for `pchip`
106- ** Fixed CUDA support in the logistic distribution
107- ** Fixed floating point traits for Windows on ARM64
108- ** Fixed `ibeta` for large arguments
109- ** Correct `ellint_2` for N * PI / 2 for phi argument.
106+ ** Fixed broken CUDA support in the logistic distribution
107+ ** Fixed incorrect floating point traits for Windows on ARM64
108+ ** Fixed incorrect result `ibeta` for large arguments
109+ ** Fixed incorrect `ellint_2` for N * PI / 2 for phi argument.
110110** Require user to explicitly enable CUDA rather than assuming based off presence of NVCC
111111
112112* boost_phrase:library[MultiIndex,/libs/multi_index/]:
@@ -203,7 +203,7 @@ This addresses issues https://github.com/boostorg/optional/issues/132[#132] and
203203** `boost::pfr::for_each_field*()` functions now work well with stateful visitors.
204204
205205* boost_phrase:library[Random,/libs/random/]:
206- ** Fixed support for unsigned types in `binomial_distribution`
206+ ** Fixed unsigned types in `binomial_distribution` being inadvertently unsupported.
207207
208208* boost_phrase:library[Redis,/libs/redis/]:
209209** Added built-in support for **Sentinel** deployments, which can be configured
0 commit comments