Skip to content

Commit b3e9ac6

Browse files
authored
Add NEWS entry about Windows REPL supporting 24-bit color (#36758)
* Add NEWS entry about Windows REPL supporting 24-bit color
1 parent bcf9e06 commit b3e9ac6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Standard library changes
110110
+ `suppress_output` (primarily a testing option) has been added as a keyword argument to `request`,
111111
rather than a configuration option
112112

113+
* Windows REPL now supports 24-bit colors, by correctly interpreting virtual terminal escapes.
114+
115+
113116
#### SparseArrays
114117

115118
* Display large sparse matrices with a Unicode "spy" plot of their nonzero patterns, and display small sparse matrices by an `Matrix`-like 2d layout of their contents.

0 commit comments

Comments
 (0)