Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-dfinity committed Feb 27, 2025
1 parent bb366cf commit a8e4fc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@

### docs: fixed description of `dfx cycles balance`

### chore: improve the `dfx build` output.

Improve the ouput of `dfx build` with the canister names that were built, example as below.

```
$ dfx build
Building canisters...
Building canister 'hello_backend'.
Building canister 'hello_frontend'.
Finished building canisters
```

## Dependencies

### Motoko
Expand Down

0 comments on commit a8e4fc7

Please sign in to comment.