Skip to content

Commit

Permalink
Updates release notes for PR #4033
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 23, 2022
1 parent 8b2029f commit a75350f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
16 changes: 16 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,19 @@ In some rare cases (such as in the PonyCheck library), `ponyc` was generating LL

To fix this issue, we introduced an LLVM bitcast at such call sites to cast the receiver pointer to the correct LLVM type.

## Rename `ponybench` package to match standard library naming conventions

We recently realized that when we renamed large portions of the standard library to conform with our naming standards, that we missed the `ponybench` package. To conform with the naming convention, the `ponybench` package as been renamed to `pony_bench`.

You'll need to update your test code from:

```pony
use "ponybench"
```

to

```pony
use "pony_bench"
```

15 changes: 0 additions & 15 deletions .release-notes/ponybench-rename.md

This file was deleted.

0 comments on commit a75350f

Please sign in to comment.