mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Update NEWS
This commit is contained in:
parent
474a2b9e97
commit
a32dc2f988
1 changed files with 6 additions and 3 deletions
9
NEWS.md
9
NEWS.md
|
@ -3,9 +3,12 @@
|
|||
List of all features for the release
|
||||
|
||||
## 1.5.0
|
||||
- Support for PHP 8
|
||||
- Support for GnuPG 2.1+
|
||||
- Added argument info for all functions and methods (reflection support)
|
||||
- Improved support for GnuPG 2.1+
|
||||
- Added new function gnupg_getengineinfo
|
||||
- Added new function `gnupg_getengineinfo`
|
||||
- Added new function `gnupg_geterrorinfo`
|
||||
- Added init array argument for setting home dir and gpg binary file name
|
||||
- Added additional fields to `gnupg_keyinfo` returned array
|
||||
- Add parameter to `gnupg_keyinfo` to use `secret_only
|
||||
- Added parameter to `gnupg_keyinfo` to use `secret_only`
|
||||
- Fixed `gnupg_deletekey` to use boolean for `allow_secret` parameter
|
||||
|
|
Loading…
Reference in a new issue