We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf39b6f commit d3be198Copy full SHA for d3be198
docs/src/_changelog.md
@@ -7,6 +7,16 @@ CurrentModule = IJulia
7
This documents notable changes in IJulia.jl. The format is based on [Keep a
8
Changelog](https://keepachangelog.com).
9
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
20
## [v1.29.2] - 2025-07-29
21
22
### Fixed
0 commit comments