Skip to content

Commit 5c4c472

Browse files
committed
Revert "chore: update changelog entry to be more neat"
This reverts commit 9b83b14.
1 parent b754aee commit 5c4c472

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,6 @@
4646
been improved with much more detailed documentation output.
4747
([Louis Pilfold](https://github.com/lpil))
4848

49-
- The build tool now emits errors for unknown fields in package config,
50-
except for the ones under `[tools]`. For example, with this:
51-
52-
```toml
53-
name = "hello"
54-
version = "1.0.0"
55-
56-
[tools.my-tool]
57-
my-awesome-setting = true
58-
```
59-
60-
Building the project won't give any errors. But with this:
61-
62-
```toml
63-
name = "hello"
64-
version = "1.0.0"
65-
my-awesome-setting = true
66-
```
67-
68-
Building the project will emit an error.
69-
70-
([Andrey Kozhev](https://github.com/ankddev))
71-
7249
- When attempting to publish a package on Hex with an already taken name,
7350
the message is clearer.
7451
([vyacheslavhere](https://github.com/vyacheslavhere))

0 commit comments

Comments
 (0)