Skip to content

Commit

Permalink
Merge pull request #1443 from 0xPolygonMiden/main
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth authored Aug 11, 2024
2 parents 7f5d496 + d1679d6 commit ad797ea
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 151 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Changelog

## Unreleased

#### Changes

- [BREAKING] Removed serialization of AST structs (#1442).
## 0.10.1 (2024-08-10)

#### Enhancements

- Removed linear search of trace rows from `BlockHashTableRow::table_init()` (#1439).
- Exposed some pretty printing internals for `MastNode` (#1441).
- Made `KernelLibrary` impl `Clone` and `AsRef<Library>` (#1441).
- Added serialization to the `Program` struct (#1442).

#### Changes

- [BREAKING] Removed serialization of AST structs (#1442).

## 0.10.0 (2024-08-06)

Expand Down Expand Up @@ -47,7 +47,6 @@
- Added `make test-fast` and `make test-skip-proptests` Makefile targets for faster testing during local development.
- Added `ProgramFile::read_with` constructor that takes a `SourceManager` impl to use for source management.
- Added `RowIndex(u32)` (#1408).
- Removed linear search of trace rows from `BlockHashTableRow::table_init()` (#1439).

#### Changed

Expand Down
Loading

0 comments on commit ad797ea

Please sign in to comment.