Remove future section from changelog

The golang.org/x/crypto -> stdlib migration done in Go 1.24 is not a simple find and replace as some types changed. Will stick with golang.org/x/crypto for the foreseeable future.
This commit is contained in:
Evan Su 2025-04-10 12:33:21 -04:00
parent f429f1b1ee
commit 9287fca7b7

View file

@ -1,8 +1,3 @@
# Future
<ul>
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
</ul>
# v1.48 (Released 04/11/2025)
<ul>
<li>✓ Allow pressing 'Enter' key to press Start/Process button</li>