ligo/CHANGES.md

13 lines
509 B
Markdown
Raw Normal View History

2018-03-16 19:08:08 +04:00
## v0.11
- Depend on ppxlib instead of (now deprecated) ppx\_core and ppx\_driver.
2016-05-20 19:22:23 +04:00
## 113.43.00
- Dropped `Open_in_body` support from ppx\_let, since it was only ever used
in confusing chains of `Let_syntax` modules that introduced other
`Let_syntax` modules in the "body" (e.g. for defining Commands whose
bodies use Async). In this case it was decided that the better
practice is to be explicit with `open ___.Let_syntax` at the different
transition points, even though this is more verbose.