diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md
index 7007bd89..c230de01 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md
@@ -55,11 +55,21 @@ All existing inputs must have their previous output transaction be in the wallet
p: "Optional
(0 or 1)"
d: "The selected outputs are locked after running the rpc call. The default is `false`"
+- n: "→
`reserveChangeKey`"
+ t: "bool"
+ p: "Optional
(0 or 1)"
+ d: "*Added in Bitcoin Core 0.14.0*
Reserves the change output key from the keypool. The default is `true`. Before 0.14.0, the used keypool key was never marked as change-address key and directly returned to the keypool (leading to address reuse)."
+
- n: "→
`feeRate`"
t: "numeric (bitcoins)"
p: "Optional
(0 or 1)"
d: "The specific feerate you are willing to pay(BTC per KB). If not set, the wallet determines the fee"
+- n: "→
`subtractFeeFromOutputs`"
+ t: "array"
+ p: "Optional
(0 or 1)"
+ d: "A json array of integers. The fee will be equally deducted from the amount of each specified output. The outputs are specified by their zero-based index, before any change output is added."
+
{% enditemplate %}
*Result---information about the created transaction*