Skip to content

Commit

Permalink
docs: Move changes made post-0.9.3 into 0.10.0 section of changelog (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
ericswanson-dfinity authored Mar 25, 2022
1 parent 560ef74 commit d10f20b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
= dfx changelog
:doctype: book

= 0.9.4

= 0.9.3
= 0.10.0

== DFX

Expand All @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit d10f20b

Please sign in to comment.