diff options
author | lloyd <[email protected]> | 2012-08-01 14:38:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-08-01 14:38:54 +0000 |
commit | 10e7da367713352975c684d18d1377559c71ea24 (patch) | |
tree | 453a37d5e5202f56cc4afaea3149cf47784b1b1b /doc/relnotes | |
parent | cbefe4dd95982006e4d8391aea645e40baa17496 (diff) |
Remove all support for octal BigInt conversions.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 07b1fc62e..f0fd0a84e 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -11,3 +11,13 @@ A new :cpp:class:`Path_Validation_Result` code has been added below 80 bits of strength (as estimated by ``estimated_strength``) are rejected. This level can be modified using a parameter to the :cpp:class:`Path_Validation_Restrictions` constructor. + + +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. + |