@@ -125,8 +125,6 @@ Vincent Neiger (VN).
125125 * Accommodate for Meteor Lake, Raptor Lake and Tiger Lake (VN).
126126 * Make sure Comet Lake enables ``fft_small `` (VN).
127127 * Error when trying to build FLINT on a non-Windows system (AA).
128- * Fix installation of headers for out-of-tree builds (AA).
129- * Use ``__ARM_ACLE `` to guard inclusion of ``arm_acle.h `` (LG).
130128 * Do not use ``find_library() `` in ``flint_ctypes `` (MM).
131129
132130* Tests
@@ -158,7 +156,6 @@ Vincent Neiger (VN).
158156 * Remove underscore in front of ``nfloat_ctx_(set|get)_real_prec `` to match
159157 documentation (Joel Dahne).
160158 * Add missing newlines at end of file (FJ).
161- * Remove assertion with uninitialied variable (AA).
162159 * Fix ``ENABLE_AVX2=OFF `` for ``CMake `` (AA).
163160 * Add ``gr_poly_coeff_ptr `` and deprecate ``gr_poly_entry_ptr `` (RB).
164161
@@ -183,6 +180,25 @@ Vincent Neiger (VN).
183180 * Document ``truth_t `` functions (MM).
184181
185182
183+ 2025-03-31 -- FLINT 3.2.2
184+ -------------------------------------------------------------------------------
185+
186+ Main contributors: Albin Ahlbäck (AA)
187+
188+ * Continuous integration
189+
190+ * Enable redoing upload release CI (AA).
191+
192+ * Build system
193+
194+ * Fix installation of headers for out-of-tree builds (AA).
195+ * Use ``__ARM_ACLE `` to guard inclusion of ``arm_acle.h `` (Lars Göttgens).
196+
197+ * Maintenance
198+
199+ * Remove assertion with uninitialized variable (AA).
200+
201+
1862022025-03-17 -- FLINT 3.2.1
187203-------------------------------------------------------------------------------
188204
0 commit comments