diff --git a/Changelog.rst b/Changelog.rst index 6bbd77f41..b9228a692 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -10,10 +10,10 @@ New features Resolved issues --------------- - -* GH#338: Deal with gcc installations that don't have ``x86intrin.h``. -* GH#322: Remove blanket ``-O3`` optimization for gcc and clang, to cope with buggy compilers. * GH#308: Avoid allocating arrays of ``__m128i`` on the stack, to cope with buggy compilers. +* GH#322: Remove blanket ``-O3`` optimization for gcc and clang, to cope with buggy compilers. +* GH#337: Fix typing stubs for signatures +* GH#338: Deal with gcc installations that don't have ``x86intrin.h``. 3.9.1 (1 November 2019) ++++++++++++++++++++++++