summary refs log tree commit diff
path: root/crypto/Readme.html
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2024-03-04 19:03:02 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2024-03-04 19:03:02 +0700
commitd00b465123d798e3fa9f72f8a93151d9b193573b (patch)
tree46b1fa9a5d3732ee54451aaaad3e91d080637034 /crypto/Readme.html
parentFIx method Write(ReadOnlySpan<byte>) in LimitedBuffer (diff)
downloadBouncyCastle.NET-ed25519-d00b465123d798e3fa9f72f8a93151d9b193573b.tar.xz
Add regression test for #524
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r--crypto/Readme.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index ee726b5a4..76afc29a4 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -32,6 +32,8 @@
                                 <a href="#mozTocId3413">Notes:</a>
                                 <ol>
                                     <li>
+                                        <a href="#mozTocId85332">Release 2.3.1</a>
+                                    <li>
                                         <a href="#mozTocId85331">Release 2.3.0</a>
                                     <li>
                                         <a href="#mozTocId85330">Release 2.2.1</a>
@@ -329,6 +331,22 @@
         <hr style="WIDTH: 100%; HEIGHT: 2px">
         <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
 
+        <h4><a class="mozTocH4" name="mozTocId85332"></a>Release 2.3.1, TBD</h4>
+        <h5>Defects Fixed</h5>
+        <ul>
+            <li>PSS: Fixed regression in 2.3.0 when updating signer from a span.</li>
+        </ul>
+        <h5>Additional Features and Functionality</h5>
+        <ul>
+        </ul>
+        <h5>Additional Notes</h5>
+        <ul>
+            <li>
+                See the (cumulative) list of GitHub pull requests that we have accepted at
+                <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>.
+            </li>
+        </ul>
+
         <h4><a class="mozTocH4" name="mozTocId85331"></a>Release 2.3.0, Monday February 5, 2024</h4>
         <h5>Defects Fixed</h5>
         <ul>