From 1a36a91915dccb4b24f6b6cce2aaeab0b16802c8 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 26 Sep 2025 10:23:45 +0200 Subject: [PATCH] update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 544f13f..dfa7f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ ----- * Added new bw_sampler module and related new synth(pp)_sampler examples. * Added bw_{signfill,min,max,clip}{i,u}{8,16}() and bw_sechf() to bw_math. + * Fixed bug in bw_env_gen which caused looping behavior when skip sustain was active and gate was kept on. + * Fixed bug which resulted in bad coefficients in bw_iir1_coeffs_hp1(). * Improved precision and performance of bw_log_1pexpxf() and bw_log10_1p10xf(). * Small optimization in bw_svf. * Updated examples' build system to Tibia 0.2.0.