Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Jun 24, 2021
1 parent 66fb4b2 commit 8a34ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
```ocaml
module type s = sig module Alias = Deps end
module E = struct end
module type s2 = s with module Deps.Sub = E
module type s2 = s with module Alias.Sub = E
```

## Internal

* Switch to the zipper engine
* Fully typed recursive definition for schema
* Extended test suite
* Extended testsuite
* More precise term subast (no more encoding)

# Version 0.10.3
Expand Down

0 comments on commit 8a34ba4

Please sign in to comment.