diff options
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,6 +2,10 @@ == [7.4.18] (not released yet) == * Do not assume 'ordered except earlier write' for UWP/arm64 +* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin +* Fix a typo in comment of AO_stack_push_explicit_aux_release +* Fix code indentation in main of test_stack.c +* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h == [7.4.16] 2021-09-13 == @@ -229,6 +233,13 @@ Also, includes 7.2e changes Also, includes 7.2 changes +== [7.2k] (not released yet) == + +* Fix a typo in comment of AO_stack_push_explicit_aux_release +* Fix code indentation in main of test_stack.c +* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h + + == [7.2j] 2021-09-12 == * Fix a typo in arm_v6.h |