We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124bb05 commit 3716ad7Copy full SHA for 3716ad7
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+
3
+## securesystemslib v0.11.3
4
5
+* Provide option to normalize line endings (`\r\n` -> `\n`, `\r` -> `\n`) when
6
+calculating the hash of a file (default: do not normalize).
7
+* Update developer dependencies (dev-requirements.txt):
8
+ * cryptography 2.2.2 to 2.3.1
9
+ * tox 3.0.0 to 3.2.1
10
11
## securesystemslib v0.11.2
12
13
* No (en|de)cryption of ed25519 key files when given empty password (pr #148).
0 commit comments