Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejpirog committed Oct 13, 2020
1 parent d4793da commit 32169ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# grzb changelog

## HEAD
## 0.2.0

- Support for arrays implemented by introducing L-expressions in A-exprs (but not exposing them to the user), a la Mike Gordon's notes

- Redesigned module structure: now the whole verifier is parametrised by a verification logic with a simple interface (exports from src/logic.rkt, src/logic/proof-obligations.rkt, and src/logic/solver.rkt)

- Fix an ugly bug in substitution, which is now truly capture-avoiding

## v0.1.1
## 0.1.1

- Exit codes (1 for logical error, 2 for syntax error, 3 for file error)

Expand All @@ -18,6 +18,6 @@

- Syntax: axioms before the program

## v0.1.0
## 0.1.0

- Initial version

0 comments on commit 32169ae

Please # to comment.