[arch] fix: displaying '?' instead of '0' for dependency sizes

This commit is contained in:
Vinicius Moreira
2022-03-28 15:53:36 -03:00
parent eb7347dbea
commit ba9c61db4e
3 changed files with 4 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- Arch
- regression: not displaying ignored updates
- dependency size: display a '?' instead of '0' ('?' should only be displayed when the size is unknown)
- Debian
- packages descriptions are not displayed on the system's default language (when available)