Skip to content

Commit 4a051de

Browse files
committed
using stars instead of dashes for the unordered list to stay consistent with DFLib
1 parent 2ffda86 commit 4a051de

1 file changed

Lines changed: 47 additions & 47 deletions

File tree

RELEASE-NOTES.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
## 1.0-a6
22

3-
- #68 CompilationException doesn't provide any information about the underlying problem
4-
- #69 Expose EvalException details
5-
- #71 Extension loading from classpath
6-
- #72 Magic parser - handling escapes and empty strings
7-
- #75 Completion of % and %% magics
8-
- #77 Relicense under Apache License
9-
- #78 Remove deprecated API and IJava startup vars
10-
- #79 Remove unused magics
11-
- #80 Magics as interfaces
12-
- #81 Refactoring: JavaKernel must manage JShell
13-
- #82 Refactoring: Move JavaKernel init logic from constructor to Builder
14-
- #83 Simplify Kernel metadata loading approach
15-
- #84 Refactoring: reorg Maven modules for reusability
16-
- #86 ineffecient / incorrect classpath handling
17-
- #89 Deprecate redundant magics: %jars, %addMavenDependency
18-
- #90 Deprecate Ivy artifact syntax for %maven magic
19-
- #93 Extensions / kernel lifecycle
3+
* #68 CompilationException doesn't provide any information about the underlying problem
4+
* #69 Expose EvalException details
5+
* #71 Extension loading from classpath
6+
* #72 Magic parser - handling escapes and empty strings
7+
* #75 Completion of % and %% magics
8+
* #77 Relicense under Apache License
9+
* #78 Remove deprecated API and IJava startup vars
10+
* #79 Remove unused magics
11+
* #80 Magics as interfaces
12+
* #81 Refactoring: JavaKernel must manage JShell
13+
* #82 Refactoring: Move JavaKernel init logic from constructor to Builder
14+
* #83 Simplify Kernel metadata loading approach
15+
* #84 Refactoring: reorg Maven modules for reusability
16+
* #86 ineffecient / incorrect classpath handling
17+
* #89 Deprecate redundant magics: %jars, %addMavenDependency
18+
* #90 Deprecate Ivy artifact syntax for %maven magic
19+
* #93 Extensions / kernel lifecycle
2020

2121
## 1.0-a5
2222

23-
- #23 Port dependency management from Ivy to Maven
24-
- #52 Homebrew: unable to install package
25-
- #55 Working on POM in SNAPSHOT mode fails to work properly due to .ivy2 cache
26-
- #57 Black error message in dark mode (e.g. VSCode) not easily readable
27-
- #59 BaseKernel.eval(..) should not declare a checked exception
28-
- #64 Notebook hangs when a static method signature is redefined
23+
* #23 Port dependency management from Ivy to Maven
24+
* #52 Homebrew: unable to install package
25+
* #55 Working on POM in SNAPSHOT mode fails to work properly due to .ivy2 cache
26+
* #57 Black error message in dark mode (e.g. VSCode) not easily readable
27+
* #59 BaseKernel.eval(..) should not declare a checked exception
28+
* #64 Notebook hangs when a static method signature is redefined
2929

3030
## 1.0-a4
3131

32-
- #35 Replace custom installer with "jupyter kernelspec install"
33-
- #39 Convert the default init script to an extension
34-
- #40 Add "java.time" to the list of default imports
35-
- #45 Publish jjava as a pip package
36-
- #46 Publish jjava as a Homebrew package
32+
* #35 Replace custom installer with "jupyter kernelspec install"
33+
* #39 Convert the default init script to an extension
34+
* #40 Add "java.time" to the list of default imports
35+
* #45 Publish jjava as a pip package
36+
* #46 Publish jjava as a Homebrew package
3737

3838
## 1.0-M3
3939

40-
- #27 Add direct access to JShell
41-
- #28 Auto-bootstrap of kernel-aware libraries
42-
- #29 Incorrect classpath displayed in the environment
43-
- #30 DFLib / Parquet and Avro classpath issues
44-
- #31 An older jar is used instead of the one indicated in %%loadFromPOM
45-
- #33 Internalize dependency on `jupyter-jvm-basekernel`
46-
- #36 Extract and publish JJava API library
40+
* #27 Add direct access to JShell
41+
* #28 Auto-bootstrap of kernel-aware libraries
42+
* #29 Incorrect classpath displayed in the environment
43+
* #30 DFLib / Parquet and Avro classpath issues
44+
* #31 An older jar is used instead of the one indicated in %%loadFromPOM
45+
* #33 Internalize dependency on `jupyter-jvm-basekernel`
46+
* #36 Extract and publish JJava API library
4747

4848
## 1.0-M2
4949

50-
- #5 Switch project to Maven
51-
- #7 Project renaming
52-
- #8 Java package change
53-
- #11 Enable GitHub Actions
54-
- #12 Dynamically change the kernel startup parameters
55-
- #16 Upgrade gson transitive dependency
56-
- #21 Rendering stale var
57-
- #22 Clean implementation of the LoaderDelegate
50+
* #5 Switch project to Maven
51+
* #7 Project renaming
52+
* #8 Java package change
53+
* #11 Enable GitHub Actions
54+
* #12 Dynamically change the kernel startup parameters
55+
* #16 Upgrade gson transitive dependency
56+
* #21 Rendering stale var
57+
* #22 Clean implementation of the LoaderDelegate
5858

5959
## 1.0-M1
6060

61-
- #1 Upgrade to Gradle 8.5
62-
- #2 Update Ivy to 2.5.2
63-
- #3 Remove usage of the `io.github.spencerpark.jupyter-kernel-installer` plugin
64-
- #4 Fix memory leak
61+
* #1 Upgrade to Gradle 8.5
62+
* #2 Update Ivy to 2.5.2
63+
* #3 Remove usage of the `io.github.spencerpark.jupyter-kernel-installer` plugin
64+
* #4 Fix memory leak

0 commit comments

Comments
 (0)