diff --git a/CHANGELOG.md b/CHANGELOG.md
index 049761917e833a489d9ba8120d2d1a641f8fcf6f..422e29f6e951ef48c06ae08d9a7bd5a6395e9122 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ### Added
 - Support for `Eigen::SparseMatrix` types ([#426](https://github.com/stack-of-tasks/eigenpy/pull/426))
 
+### Fixed
+- Fix the issue of missing exposition of Eigen types with __int64 scalar type ([#426](https://github.com/stack-of-tasks/eigenpy/pull/426))
+
 ## [3.3.0] - 2024-01-23
 
 ### Fixed