Skip to content

Commit 78fb68b

Browse files
committed
Release 0.2.0
1 parent cb69f42 commit 78fb68b

File tree

4 files changed

+561
-170
lines changed

4 files changed

+561
-170
lines changed

CHANGELOG.org

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
* 0.2.0
3+
- Change the graphing from a box and line diagram, to a proper graph diagram.
4+
+ We now utilize clim-dot to draw the graph.
5+
- The drawing algorithm improved, new algorithms to optimize the
6+
graphing diagram.
7+
- Change design of the codebase to use mixin based extension to the
8+
core category instead of extending substmorph/substobj.
9+
- Removed the alias tag, instead it's now stored on each separate
10+
allocation!
11+
- _Fixups_
12+
+ Vamp-IR name dumping when using CL variable name convention
13+
ignores *'s.
14+
+ Minor issue with the docs on unresolved references and unneeded
15+
aliases preventing stock SBCL from loading the codebase.
16+
* 0.1.1-alpha
17+
- Fixup Vamp-IR library dump, by having range generate proper code.
18+
* 0.1.0-alpha
19+
- First release
20+
* Next

0 commit comments

Comments
 (0)