diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 2ef9a672e..655c418a1 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -17,9 +17,9 @@ BigInt Modifications """""""""""""""""""""""""""""""""""""""" Several :cpp:class:`BigInt` functions have been removed, including -``operator[]``, ``get_reg``, and ``grow_reg``. The version of ``data`` -that returns a mutable pointer has been renamed ``mutable_data``. -Support for octal conversions has been removed. +``operator[]``, ``assign``, ``get_reg``, and ``grow_reg``. The version +of ``data`` that returns a mutable pointer has been renamed +``mutable_data``. Support for octal conversions has been removed. The constructor ``BigInt(NumberType type, size_t n)`` has been removed, replaced by ``BigInt::power_of_2``. |