1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 04:12:06 +01:00

Update changelog

This commit is contained in:
Paul Schaub 2022-11-29 14:38:39 +01:00
parent f62a6a30ff
commit 6a4ea5fbdb

View file

@ -11,6 +11,9 @@ SPDX-License-Identifier: CC0-1.0
- Make countermeasures against KOpenPGP attacks configurable
- Countermeasures are now disabled by default since they are costly and have a specific threat model
- Can be enabled by calling `Policy.setEnableKeyParameterValidation(true)`
- Add support for parsing RegularExpressions
- Add module `hsregex` which uses `tcl-regex-java` implementing Henry Spencers Regular Expression library
## 1.4.0-rc2
- Bump `bcpg-jdk15to18` to `1.72.3`