File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,8 @@ really bad at keeping a changelog. But hopefully we'll be better in the future.
9
9
10
10
### Removed
11
11
12
- - out of date guff, including long-deprecated and non-working AOT
13
- compilation scripts, the old ` extempore.el ` (just use MELPA)
14
-
15
12
### Changed
16
13
17
- - assets bundle updated, moved to GH (rather than just being a tarball on
18
- < https://moso.com.au > )
19
-
20
14
## v0.8
21
15
22
16
### Added
@@ -27,13 +21,19 @@ really bad at keeping a changelog. But hopefully we'll be better in the future.
27
21
28
22
### Removed
29
23
24
+ - out of date guff, including long-deprecated and non-working AOT
25
+ compilation scripts, the old ` extempore.el ` (just use MELPA)
26
+
30
27
### Changed
31
28
32
29
- changed the way that AOT-compilation works - no longer generating the LLVM IR
33
30
then shelling out to ` llc ` to compile them at build time to produce a dll, but
34
31
instead writing the LLVM IR out to ` *.ll ` files in ` libs/aot-cache/ ` and
35
32
loading them on demand
36
33
34
+ - assets bundle updated, moved to GH (rather than just being a tarball on
35
+ < https://moso.com.au > )
36
+
37
37
## v0.60
38
38
39
39
### Major changes
You can’t perform that action at this time.
0 commit comments