Skip to content

Commit 53b30b4

Browse files
committed
chore: Updated CHANGELOG.md
1 parent bafc871 commit 53b30b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Added
44

5-
- First working version of a LSP thanks to [zig-lsp-kit](https://github.com/kristoff-it/zig-lsp-kit) (https://github.com/buzz-language/buzz/issues/16)
5+
- First working version of a LSP thanks to [lsp-kit](https://github.com/zigtools/lsp-kit) (https://github.com/buzz-language/buzz/issues/16)
6+
- First working version of the debugger that implements the [Debugger Adapater Protocol](https://microsoft.github.io/debug-adapter-protocol/) thanks to [buzz-language/dap-kit](https://github.com/buzz-language/dap-kit) (https://github.com/buzz-language/buzz/issues/88)
7+
- Code formatter (`buzz --fmt`) (https://github.com/buzz-language/buzz/issues/96)
68
- File polling API: `File.getPoller`, `FilePoller` (see example https://github.com/buzz-language/buzz/blob/main/tests/manual/007-fd-poller.buzz)
79
- _Shortcut_ operators: `+=`, `-=`, `*=`, etc. (https://github.com/buzz-language/buzz/issues/78)
810
- `rg.contains`

0 commit comments

Comments
 (0)