From d0825b3b1914f26f08645b1e612f2d9b2c822758 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 20 May 2016 16:22:23 +0100 Subject: [PATCH] 113.43+70 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..03abc5dce --- /dev/null +++ b/CHANGES.md @@ -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.