File tree Expand file tree Collapse file tree 6 files changed +66
-2
lines changed Expand file tree Collapse file tree 6 files changed +66
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
10
10
### Removed
11
11
### Changed
12
12
13
+ ## [ 0.11.0] - 2021-03-17
14
+
15
+ ### Added
16
+
17
+ * Support for building with ghc-9.0.1.
18
+
19
+ ### Changed
20
+
21
+ * Removed Cabal support in favor of Bazel.
22
+
13
23
## [ 0.10.0] - 2020-11-30
14
24
15
25
### Changed
Original file line number Diff line number Diff line change @@ -6,16 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
7
## Next
8
8
9
+ ### Added
10
+ ### Changed
11
+ ### Removed
12
+
13
+ ## [ 0.9.0] - 2021-03-17
14
+
9
15
### Added
10
16
11
17
* Expose functions in the API to start and stop the finalizer thread.
12
18
These functions are needed in applications that initialize the JVM
13
19
through other means than JNI.
14
-
15
- ### Removed
20
+ * Support for building with ghc-9.0.1.
16
21
17
22
### Changed
18
23
24
+ * Removed Cabal support in favor of Bazel.
25
+
19
26
## [ 0.8.0] - 2020-11-30
20
27
21
28
### Changed
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
10
10
### Removed
11
11
### Changed
12
12
13
+ ## [ 0.3.0] - 2021-03-17
14
+
15
+ ### Added
16
+
17
+ * Support for building with ghc-9.0.1.
18
+
19
+ ### Changed
20
+
21
+ * Removed Cabal support in favor of Bazel.
22
+
13
23
## [ 0.2.0] - 2020-11-30
14
24
15
25
### Added
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
10
10
### Removed
11
11
### Changed
12
12
13
+ ## [ 0.5.0] - 2021-03-17
14
+
15
+ ### Added
16
+
17
+ * Support for building with ghc-9.0.1.
18
+
19
+ ### Changed
20
+
21
+ * Removed Cabal support in favor of Bazel.
22
+
13
23
## [ 0.4.0] - 2020-11-30
14
24
15
25
### Changed
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
6
+
7
+ ## Next release
8
+
9
+ ### Added
10
+ ### Removed
11
+ ### Changed
12
+
13
+ ## [ 0.1.0] - 2021-03-17
14
+
15
+ ### Added
16
+
17
+ * Initial release.
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
10
10
### Removed
11
11
### Changed
12
12
13
+ ## [ 0.7.0] - 2021-03-17
14
+
15
+ ### Added
16
+
17
+ * Support for building with ghc-9.0.1.
18
+
19
+ ### Changed
20
+
21
+ * Removed Cabal support in favor of Bazel.
22
+
13
23
## [ 0.6.0] - 2020-11-30
14
24
15
25
### Added
You can’t perform that action at this time.
0 commit comments