++changelog

This commit is contained in:
Darko Poljak 2018-10-04 09:10:31 +02:00
parent e1b62ec560
commit ab9e2264df
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ next:
* Explorers and types: Fix SC2004: $/${} is unnecessary on arithmetic variables (shellcheck) (Darko Poljak)
* Explorers and types: Fix SC2005: Useless echo? Instead of echo $(cmd), just use cmd (shellcheck) (Darko Poljak)
* Explorers and types: Fix SC2002: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead (shellcheck) (Darko Poljak)
* Explorers and types: Fix SC2039: In POSIX sh, something is undefined (shellcheck) (Darko Poljak)
4.10.3: 2018-09-23
* New global explorer: os_release (Ľubomír Kučera)