Update CHANGELOG for additional code for 3.6

This commit is contained in:
AJ Bahnken 2020-07-14 13:38:33 -07:00
Родитель 09d511f69f
Коммит 6b9e168ec7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 591A358DF842D281
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -10,14 +10,18 @@ Features:
* `sops publish` now supports `--omit-extensions` flag for omitting the extension in the destination path (#602)
* sops now supports JSON arrays of arrays (#642)
Bug fixes:
Improvements:
* Updates and standardization for the dotenv store (#612, #622)
* Close temp files after using them for edit command (#685)
Bug fixes:
* AWS SDK usage now correctly resolves the `~/.aws/config` file (#680)
* `sops updatekeys` now correctly matches config rules (#682)
* `sops updatekeys` now correctly uses the config path cli flag (#672)
* Partially empty sops config files don't break the use of sops anymore (#662)
* Fix possible infinite loop in PGP's passphrase prompt call (#690)
Project changes: