This commit is contained in:
Darko Poljak 2018-10-04 18:47:28 +02:00
parent a2ed14b6d0
commit ef8ec8641e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ next:
* 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)
* Explorers and types: Fix SC2045: Iterating over ls output is fragile. Use globs. (shellcheck) (Thomas Eckert)
* Explorers and types: Fix SC2148: Tips depend on target shell and yours is unknown. Add a shebang. (shellcheck) (Thomas Eckert)
4.10.3: 2018-09-23
* New global explorer: os_release (Ľubomír Kučera)