diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c936ecb648c4db7910c4a98f7fd66fb5b87b59a..8d798ab4bcde00f75151bcd231fa3c66f23cd117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fix the issue of missing exposition of Eigen types with __int64 scalar type ([#426](https://github.com/stack-of-tasks/eigenpy/pull/426)) - Fix namespace use in unittest/std_pair.cpp ([#429](https://github.com/stack-of-tasks/eigenpy/pull/429)) +- Fix case of zero-size sparse matrices ([#437](https://github.com/stack-of-tasks/eigenpy/pull/437)) ## [3.3.0] - 2024-01-23