From d10f20b18790718a07af9dbc8c5a9833ccb2b83e Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:14:12 -0700 Subject: [PATCH] docs: Move changes made post-0.9.3 into 0.10.0 section of changelog (#2105) Updated the changelog: - Next version will be 0.10.0 - Moved changes that were made after 0.9.3 into the 0.10.0 section --- CHANGELOG.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 21b99a46f5..d3b213d824 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,9 +1,7 @@ = dfx changelog :doctype: book -= 0.9.4 - -= 0.9.3 += 0.10.0 == DFX @@ -25,8 +23,6 @@ Example how to specify the subnet type: } ---- -=== feat: dfx deploy now displays URLs for the frontend and candid interface - === feat: Private keys can be stored in encrypted format `dfx identity new` and `dfx identity import` now ask you for a password to encrypt the private key (PEM file) when it is stored on disk. @@ -47,6 +43,12 @@ dfx identity import identity_name identity.pem If you want to get your identity out of dfx, you can use `dfx identity export identityname > exported_identity.pem`. But be careful with storing this file as it is not protected with your password. += 0.9.3 + +== DFX + +=== feat: dfx deploy now displays URLs for the frontend and candid interface + === dfx.json In preparation for BTC integration, added configuration for the bitcoind port: