Skip to content

Commit d3be198

Browse files
committed
fixup! Giant refactor to move all state into a Kernel struct
1 parent bf39b6f commit d3be198

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/_changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ CurrentModule = IJulia
77
This documents notable changes in IJulia.jl. The format is based on [Keep a
88
Changelog](https://keepachangelog.com).
99

10+
## Unreleased
11+
12+
### Changed
13+
- IJulia was completely refactored to minimize global state ([#1172]). This
14+
allows for better testing (for the first time we can test kernel execution)
15+
and for executing precompilation workloads. We've tried to avoid any breaking
16+
changes but it's possible that some packages may be relying on internals that
17+
have changed. If you have any problems with this release please open an issue
18+
on Github so we can help.
19+
1020
## [v1.29.2] - 2025-07-29
1121

1222
### Fixed

0 commit comments

Comments
 (0)