++changelog

This commit is contained in:
Darko Poljak 2018-10-02 21:50:17 +02:00
parent e69be05f70
commit 3757e8c2c5
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ next:
* Core: Transfer all files of a directory at once instead of calling copy once per file (myeisha)
* Core: Add timestamp (optional) to log messages (Darko Poljak)
* Explorers, manifests, gencodes: Fix SC2166: and/or operators in test (shellcheck) (Jonas Weber)
* 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)
4.10.3: 2018-09-23
* New global explorer: os_release (Ľubomír Kučera)