We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f5b58 commit 4edcab0Copy full SHA for 4edcab0
CHANGELOG.md
@@ -32,7 +32,7 @@
32
#### FFI
33
34
* Added function `rnp_key_valid_till64()` to correctly handle keys which expire after the year 2038.
35
-* Added RNP_FEATURE_* defines to be used instead of raw strings.
+* Added `RNP_FEATURE_*` defines to be used instead of raw strings.
36
37
#### Security
38
@@ -281,7 +281,7 @@
281
282
283
284
-* Fixed rnp_op_add_signature for G10 keys
+* Fixed `rnp_op_add_signature` for G10 keys
285
286
287
### 0.9.1 [2018-07-12]
@@ -292,7 +292,7 @@
292
#### CLI
293
294
* Added support for keyid/fpr usage with (some) spaces and 0x prefix in
295
- operations (--sign, etc).
+ operations (`--sign`, etc).
296
297
298
0 commit comments