Skip to content

Commit a99f6c5

Browse files
committed
doc(sdk): clarify changelog
1 parent 2a9ae48 commit a99f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/misc/misc-3-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
66

77
### 🎁 Features
88

9-
- It is now possible to set the maximum width of a Text or BitmapText. This will add an ellipsis to the string.
9+
- It is now possible to set the maximum width of a Text or BitmapText. If the string is too long, it will be shortened until it fits the given width and will include an ellipsis. This is useful when the text length is unknown during runtime, such as using the player's username token.
1010

1111
### 🐞 Bug fix
1212

0 commit comments

Comments
 (0)