Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Sep 20, 2024
1 parent fb33d23 commit 96b7299
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

### Fixed

- Rendering of `select` blocks in Go was broken.

### Changed

- Massive refactoring of `CFGBuilder` classes.
New design now uses the same`GenericCGBuilder` class
for all languages, and takes statement handlers as
arguments.
This reduces code duplication and makes it easier to add
new languages in the future.

## [0.0.5] - 2024-09-18

### Added
Expand Down

0 comments on commit 96b7299

Please sign in to comment.