diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-06-14 18:23:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-14 18:23:10 +0000 |
| commit | bd67d2aaa5ddf2f4a0717fa0fd888c66189aa4e7 (patch) | |
| tree | 5e2c22f4aae76eb9ecf296cb51624d44150e407c /rtic-sync/CHANGELOG.md | |
| parent | 599793829377a64603e93a1136360f17d3bade93 (diff) | |
| parent | db18c00c00deb146478de1b0f94f8181300c47ce (diff) | |
Merge #768
768: rtic-sync: Fix possible UB in make_channel! r=datdenkikniet a=korken89
Closes #763
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'rtic-sync/CHANGELOG.md')
| -rw-r--r-- | rtic-sync/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index d3a9d84..65dd0a3 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -13,4 +13,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed +## [v1.0.1] + +### Fixed + +- `make_channel` could be UB + ## [v1.0.0] - 2023-xx-xx |
