diff options
author | lloyd <[email protected]> | 2012-08-01 14:59:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-08-01 14:59:50 +0000 |
commit | 3a94c309c06537a8f2e07785b1cd3913e92cf44c (patch) | |
tree | 3709406bd1726a2c0c8c18bb8c7fe614ae451c25 /doc | |
parent | 3e4ecea6915f4ceb3c0426cf6d179fcc078dd8df (diff) |
Remove BigInt::assign
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``. |