Skip to content

Commit 3a7404e

Browse files
committed
Update CHANGELOG for 0.2.0.0
1 parent f141637 commit 3a7404e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Revision history for dap
22

3-
## Unreleased -- YYYY-mm-dd
3+
## 0.2.0.0 -- 2025-05-05
4+
5+
### Main library changes
46

57
* `Adaptor` has an additional type parameter denoting the type of the request
68
we are responding to. Crucially, this will be `Request` when responding to a
@@ -9,6 +11,19 @@
911
argument of `registerNewDebugSession` which unlifts `Adaptor` to `IO`
1012
because, when unlifting, we are not replying to any request.
1113

14+
### Merged MRs
15+
* Create main.yml workflow by @dmjio in https://github.com/haskell-debugger/dap/pull/1
16+
* Remove pedantic by @dmjio in https://github.com/haskell-debugger/dap/pull/2
17+
* Add badge by @dmjio in https://github.com/haskell-debugger/dap/pull/3
18+
* Api unlock custom event by @csabahruska in https://github.com/haskell-debugger/dap/pull/4
19+
* Expose OutputEventCategory and fix JSON rendering by @alt-romes in https://github.com/haskell-debugger/dap/pull/8
20+
* Fix race conditions due to MVar usage by @alt-romes and @mpickering in https://github.com/haskell-debugger/dap/pull/5
21+
* Refactoring to use logging framework by @alt-romes in https://github.com/haskell-debugger/dap/pull/10
22+
* Allow a client to explicitly terminate the server by @alt-romes in https://github.com/haskell-debugger/dap/pull/11
23+
* Allow setBreakpointsArgumentsSourceModified to be null by @alt-romes in https://github.com/haskell-debugger/dap/pull/13
24+
25+
**Full Changelog**: https://github.com/haskell-debugger/dap/commits/0.2.0.0
26+
1227
## 0.1.0.0 -- YYYY-mm-dd
1328

1429
* First version. Released on an unsuspecting world.

0 commit comments

Comments
 (0)