Skip to content

Commit 96566b2

Browse files
committed
Update CHANGELOG
1 parent 6c7d9e6 commit 96566b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
- Fixed a crash when using `--template` from the same repository but from two different paths.
5+
## [2.11.0] **BETA** - 2023-10-16
6+
7+
- Add an `offline` mode to prevent `elm-review` from making any HTTP requests. This is useful for CI environments that should not have access to the internet, where you only want to run `elm-review` without arguments.
8+
- Replaced the internally used `elm-json` dependency with `elm-solve-deps-wasm`, which should be more reliable, re-enable support for old MacOS versions as well as improve performance.
9+
- Fixed a crash when using `--template` from the same repository but from two different paths.
10+
11+
This is a **BETA** release, so I expect things to break. Please report any issues you encounter on the #elm-review channel on the Elm Slack.
612

713
## [2.10.3] - 2023-09-26
814

0 commit comments

Comments
 (0)