Skip to content

Commit 0f5206d

Browse files
committed
Update CHANGELOG
1 parent 0f38b75 commit 0f5206d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Revision history for haskell-debugger
22

3+
## 0.9.0.0 -- 2025-10-13
4+
5+
### Main changes
6+
7+
* Run a proxy program with `runInTerminal` to allow stdin via the terminal process, if the client supports it.
8+
9+
### Bug fixes
10+
11+
* Fix bug where build failures were reported in a pop-up rather than stderr
12+
* Fix crashes panicking with `findUnitIdOfEntryFile`
13+
* Fix cli bug by use absolute entryFile path
14+
* Fix bug caused by not canonicalizing special target and root
15+
* Fix in variable expansion (expand `Term`s iteratively as the user expands the tree)
16+
317
## 0.8.0.0 -- 2025-09-19
418

519
* Allow defaults for all settings except `entryFile` and return a proper error in that case

0 commit comments

Comments
 (0)