diff --git a/release/changelog_since_last_release.txt b/release/changelog_since_last_release.txt index df8de3a4cc9943fc0ad6cf8e23c1c3b41a3d26c9..d1dccc9b7e9882b6b03f5ac3d8e2d5f7d62d4ca6 100644 --- a/release/changelog_since_last_release.txt +++ b/release/changelog_since_last_release.txt @@ -76,11 +76,10 @@ - recompute far values in roc_for_far - Fix the test values * bob.io.image + *patch + - Fixed issue with PGM image load when such images have extra bytes (https://gitlab.idiap.ch/bob/bob.io.image/merge_requests/36). * minor - - Quick fix for the issue bob.io.image#29. I still don't know why this artefact is not visible. - * Migrate to conda based CI - - Add tests to detect the problem reported on this issue - - Allow garbage at the end of PNM iaimages not affect readout (closes bob.io.image#30) + - Migrate to conda based CI * bob.db.base * patch - Implemented local file upload, cf. bob.db.base#20