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 7, 2024
1 parent 344ba81 commit 54d3480
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to the `std` package will be documented in this file.

The `std` package is not yet considered stable and doesn't currently assign version numbers to releases, so changes are documented by date. You are encouraged to use version control with the `brioche.lock` lockfile to ensure the version of the `std` package used stays consistent within your Brioche projects.

## 2024-10-06

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

### Changed

- Fixed typo in `$PERL5LIB` when using `std.toolchain()` as a dependency
- Fixed broken symlinks for several library files in `std.toolchain()` under `lib/`
- Patched pkg-config files in `std.toolchain()` to replace absolute paths with relative paths

## 2024-10-05

PRs:
Expand Down

0 comments on commit 54d3480

Please sign in to comment.