Skip to content

Commit 439f509

Browse files
author
Lukas Puehringer
committed
CHANGELOG: add 0.14.0 entry
1 parent 829b48c commit 439f509

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## securesystemslib vX.YY.Z
3+
## securesystemslib v0.14.0
44

5-
* *behaviour change*
6-
* Default to using pure Python to verify ed25519 signatures when nacl is
7-
unavailable
5+
* *behavior change*
6+
* Default to pure Python ed25519 signature verification when nacl is unavailable (#200)
7+
* Fix settings.SUBPROCESS_TIMEOUT access in process module (#202)
8+
* Improve schema-related error message (#199)
9+
* Generally improve optional dependency handling (#200)
10+
* Enhance test configuration, fix typos and remove unused code (#201)
11+
* Fix improper identity check (#203)
812

913
## securesystemslib v0.13.1
1014

@@ -13,7 +17,7 @@
1317
## securesystemslib v0.13.0
1418

1519
* Add support for *OpenPGP* EdDSA/ed25519 keys and signatures (#188)
16-
20+
bump
1721
## securesystemslib v0.12.2
1822

1923
* Remove unnecessary `python-dateutil==2.8.0` version pinning to not cause

0 commit comments

Comments
 (0)