diff --git a/docs/changelog.md b/docs/changelog.md index c223bb1bd0..abbba9ee2f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -215,4 +215,7 @@ ctx.enqueue_function(compiled_func, grid_dim=1, block_dim=1) ### ❌ Removed +- `String` and `StringSlice` `.char_slices()` was removed. This is now the + default behavior of their `__iter__()` methods. + ### 🛠️ Fixed