Skip to content

Commit

Permalink
[std] Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Oct 5, 2024
1 parent aa6eb46 commit 9a0891c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ The `std` package is not yet considered stable and doesn't currently assign vers

## 2024-10-05

PR: [#115](https://github.com/brioche-dev/brioche-packages/pull/115)
PRs:
- [#115](https://github.com/brioche-dev/brioche-packages/pull/115)
- [#116](https://github.com/brioche-dev/brioche-packages/pull/116)

### Added

- Added `std.withRunnable(recipe, options)` to make a recipe runnable by adding a `brioche-run` executable. The options specify the command, args, and env to run
- Added `std.addRunnable(recipe, path, options)`, which is just like `std.withRunnable()`, except it takes the path for the executable (instead of just `brioche-run`)

### Fixed

- Fix bison in `std.toolchain()` by setting `$BISON_PKGDATADIR` by default

## 2024-10-04

PR: [#114](https://github.com/brioche-dev/brioche-packages/pull/114)
Expand Down

0 comments on commit 9a0891c

Please sign in to comment.