Skip to content

Commit ce92ec8

Browse files
committed
chore: changelog entry
1 parent 1979e28 commit ce92ec8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
**Fixes**:
1010

11+
- Report duplicate `import` definitions as an error rather than silently keeping
12+
the last one. `import a.b` followed by `import c.b` now reports
13+
`duplicate declarations of b`, matching `let` and `type`; use
14+
`import d = c.b` to bring in both. (@prql-bot, #6150)
15+
1116
**Documentation**:
1217

1318
**Web**:

0 commit comments

Comments
 (0)