You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CHANGELOG and BREAKING for v0.9.10-beta
- Add ANSI migration details to CHANGELOG.md
- Document no breaking changes in BREAKING.md
- Complete documentation for printstyled() to ANSI migration
Copy file name to clipboardExpand all lines: BREAKING.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@
4
4
5
5
This document describes breaking changes in CTModels releases and how to migrate your code.
6
6
7
+
## [0.9.10-beta] - 2026-03-17
8
+
9
+
### No Breaking Changes
10
+
11
+
This version includes only internal improvements and documentation enhancements:
12
+
13
+
- Migration from `printstyled()` to ANSI sequences for better Documenter compatibility
14
+
- All existing APIs remain unchanged
15
+
- Terminal behavior is preserved
16
+
- New color support in generated documentation
17
+
18
+
---
19
+
7
20
## [0.9.9-beta] - 2026-03-17
8
21
9
22
**No breaking changes** - This release adds flexible control interpolation with both constant and linear options while maintaining full backward compatibility.
0 commit comments