diff --git a/ChangeLog b/ChangeLog
index 7fa0ae429dd9c05dfbd8219fafd555e19e5e8866..4719f4ad296c62d0f74a1843f79df79fad84fb97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+16/08/2023
+- Force garbage collector when changing type of plot
+- Clean unused code for RGB
+- replace boost::python::call_method by ettr one
+- correct some little bugs after using valgrind check
+
 09/08/2023
 - Compute ratio XY for plot 2D in nomad server, depend of type of axis. If using channels or slices, set a ratio to 1 or if X/Y use x and y physical size ratio
 - use draw_idle instead of draw (faster)
diff --git a/debian/changelog b/debian/changelog
index 31ad87ae7d1f450e12b5bd1258bac3637a5bb66c..0a6491e29e335d76ba0f876edee0f250b7c9b6dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ploty2 (2.5-3) unstable; urgency=medium
+  * Force garbage collector when changing type of plot
+  * Clean unused code for RGB
+  * replace boost::python::call_method by ettr one
+  * correct some little bugs after using valgrind check
+
+-- ics <j.locatelli@ill.fr>  Wed, 16 Aug 2023 08:00:00 +0200
+
 ploty2 (2.5-2) unstable; urgency=medium
   * Compute ratio XY for plot 2D in nomad server, depend of type of axis. If using channels or slices, set a ratio to 1 or if X/Y use x and y physical size ratio
   * use draw_idle instead of draw (faster)