Skip to content

Commit 5f6aab0

Browse files
committed
Update CHANGELOG and Rebuild nuklear.h(2)
1 parent b38a247 commit 5f6aab0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

nuklear.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30731,8 +30731,10 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
3073130731
/// - [y]: Minor version with non-breaking API and library changes
3073230732
/// - [z]: Patch version with no direct changes to the API
3073330733
///
30734-
/// - 2025/10/18 (4.12.9) - Fix nk_str_insert_text_char and nk_str_insert_str_char, see #840
30735-
/// Fix UTF-8 cursor(nk_textedit_paste) and clipboard handling in nk_do_edit, see #841
30734+
/// - 2025/10/18 (4.12.9) - Fix clipboard handling(BREAKING CHANGE for custom backend):
30735+
/// (1) length as byte count in copy callback(nk_do_edit), see #841
30736+
/// (2) Fix nk_str_insert_text_char and nk_str_insert_str_char, see #840
30737+
/// (3) Fix UTF-8 cursor(nk_textedit_paste), see #841
3073630738
/// - 2025/10/08 (4.12.8) - Fix nk_widget_text to use NK_TEXT_ALIGN_LEFT by default,
3073730739
/// instead of silently failing when no x-axis alignment is provided,
3073830740
/// and refactor this function to keep the code style consistent

src/CHANGELOG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
/// - [y]: Minor version with non-breaking API and library changes
88
/// - [z]: Patch version with no direct changes to the API
99
///
10-
/// - 2025/10/18 (4.12.9) - Fix nk_str_insert_text_char and nk_str_insert_str_char, see #840
11-
/// Fix UTF-8 cursor(nk_textedit_paste) and clipboard handling in nk_do_edit, see #841
10+
/// - 2025/10/18 (4.12.9) - Fix clipboard handling(BREAKING CHANGE for custom backend):
11+
/// (1) length as byte count in copy callback(nk_do_edit), see #841
12+
/// (2) Fix nk_str_insert_text_char and nk_str_insert_str_char, see #840
13+
/// (3) Fix UTF-8 cursor(nk_textedit_paste), see #841
1214
/// - 2025/10/08 (4.12.8) - Fix nk_widget_text to use NK_TEXT_ALIGN_LEFT by default,
1315
/// instead of silently failing when no x-axis alignment is provided,
1416
/// and refactor this function to keep the code style consistent

0 commit comments

Comments
 (0)