aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-01 14:38:54 +0000
committerlloyd <[email protected]>2012-08-01 14:38:54 +0000
commit10e7da367713352975c684d18d1377559c71ea24 (patch)
tree453a37d5e5202f56cc4afaea3149cf47784b1b1b /doc/relnotes
parentcbefe4dd95982006e4d8391aea645e40baa17496 (diff)
Remove all support for octal BigInt conversions.
Diffstat (limited to 'doc/relnotes')
-rw-r--r--doc/relnotes/1_11_1.rst10
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.
+