]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
relnotes: Add note about chacha declaration fix.
authorTaylor R Campbell <campbell+mit-scheme@mumble.net>
Sat, 4 Jun 2022 21:05:11 +0000 (21:05 +0000)
committerTaylor R Campbell <campbell+mit-scheme@mumble.net>
Sat, 4 Jun 2022 21:05:11 +0000 (21:05 +0000)
src/relnotes/bug-chacha [new file with mode: 0644]

diff --git a/src/relnotes/bug-chacha b/src/relnotes/bug-chacha
new file mode 100644 (file)
index 0000000..5035b5d
--- /dev/null
@@ -0,0 +1,3 @@
+Bug fix: The prototype and definition of chacha_core disagreed in a
+formerly insignificant way in the microcode, causing a compiler error
+with some newer C compilers.  They have now been changed to agree.