Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jul 15, 2024
1 parent e92019d commit 2b9560a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### General

#### Removed
- The `devices` field of job specifications, both in clients and in the
protobuf types, has been removed. This was deprecated in the last release.
Use devices layers instead.
\[[321](https://github.com/maelstrom-software/maelstrom/issues/321)\]
- `image` specifications in clients no longer need to provide a `use` field. If
one is not provided, `layers` and `environment` will be used. Also, the name
can be specified directly as a string, like `"image = \"docker:foo\""`.
\[[329](https://github.com/maelstrom-software/maelstrom/issues/329)\]
- Changed the default for `include_shared_libraries` in test runners when it
isn't explicitly specified.
\[[329](https://github.com/maelstrom-software/maelstrom/issues/329)\]
- `maelstrom-test.toml` is now deprecated.

## [0.10.0] - 2024-07-03
### High-Level
This release contains three big new things. The new Python test runner, the new `--tty` mode for
Expand Down

0 comments on commit 2b9560a

Please sign in to comment.