113.43+70

This commit is contained in:
Jeremie Dimino 2016-05-20 16:22:23 +01:00
parent e3c12d9dd2
commit d0825b3b19

8
CHANGES.md Normal file
View File

@ -0,0 +1,8 @@
## 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.