Skip to content

Commit 9599f84

Browse files
committed
Updated changelog
1 parent 9f12ed5 commit 9599f84

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
### Language Support
10+
11+
- Add initial support for Python
12+
13+
### Visualization
14+
15+
- Add support for node clusters. This is used heavily in Python, for context-managers and exception-handling.
16+
17+
### Demo
18+
19+
- Add Python support
20+
- Add sharing - click the "Share" button to get a sharable link to what you currently see
21+
22+
### Testing
23+
24+
- Enable live-testing with the web viewer. Requires that you run both `bun web-tests --watch` and `bun web` at the same time.
25+
- By default, `bun web` only shows failing tests
26+
- `bun web` color-codes tests to note which are failing
27+
28+
### Extension
29+
30+
- No changes
31+
32+
### Known Issues
33+
34+
- Backlinks are no longer thicker than normal links. That said, they were half-broken to begin with and were somewhat arbitrary.
35+
936
## [0.0.4] - 2024-09-10
1037

1138
- Improved comment-test framework to allow writing tests for multiple languages

0 commit comments

Comments
 (0)