Skip to content

Commit 74a6fcc

Browse files
committed
Add changelog
1 parent e49464b commit 74a6fcc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,27 @@
104104
with a local password, reducing risk of your Hex password being compromised.
105105
([Louis Pilfold](https://github.com/lpil))
106106

107+
- Improved the error message for dependency resolution failures to more clearly
108+
explain why the conflict occurs. Previously, the error message only listed the
109+
names of the conflicting packages:
110+
111+
```
112+
- mist
113+
- server
114+
- cors_builder
115+
```
116+
117+
Now, the message provides more detailed descriptions:
118+
119+
```
120+
- Package `app` requires `cors_builder` 1.0.0 <= v < 2.0.0
121+
- Conflict with the `mist` package:
122+
- `cors_builder` requires `mist` version 1.0.0 <= v < 2.0.0
123+
- `app` requires `mist` version 3.0.0 <= v < 4.0.0
124+
```
125+
126+
([dinkelspiel](https://github.com/dinkelspiel))
127+
107128
### Language Server
108129

109130
- The language server now provides type information when hovering over argument

0 commit comments

Comments
 (0)