From 530924ae1b50acb13613ec240ee332cd7167b3a8 Mon Sep 17 00:00:00 2001 From: martinvuyk Date: Fri, 28 Feb 2025 07:53:01 -0300 Subject: [PATCH] try and please the markdownlint gods Signed-off-by: martinvuyk --- mojo/docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mojo/docs/changelog.md b/mojo/docs/changelog.md index c70fb957f3..dabd13669c 100644 --- a/mojo/docs/changelog.md +++ b/mojo/docs/changelog.md @@ -250,6 +250,7 @@ ctx.enqueue_function(compiled_func, grid_dim=1, block_dim=1) end_result.extend(n4_n5) end_result.extend(extra_data) # [4, 5, 8, 10] ``` + - `String` and `StringSlice` `.codepoint_slices()` was removed. This is now the default behavior of their `__iter__()` methods.