Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Aug 8, 2021
1 parent bcb8135 commit 6adfc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
### added
- Closed [#139](https://github.com/thedodd/trunk/issues/139): Download and manage external applications (namely `wasm-bindgen` and `wasm-opt`) automatically. If available in the right version, system installed binaries are used but if absent the right version is downloaded and installed. This allows to use trunk without the extra steps of downloading the needed binaries manually.
- Added an example application for using Trunk with a vanilla (no frameworks) Rust application.
- Added `--autoreload` flag to `trunk serve` that automatically reloads the web frontend on a new build finishing (default `false`).
- Added `trunk serve` autoreload triggered over websocket that reloads the page when a change is detected. The `--no-autoreload` flag disables this feature.

### changed
- `wasm-opt` is now enabled by default (with default optimization level) as the binary is automatically downloaded and installed by trunk. It can still be disabled by setting `data-wasm-opt` to `0`.
Expand Down

0 comments on commit 6adfc8d

Please sign in to comment.