aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-14 20:22:03 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-14 20:22:03 +0100
commit93a75d635ac3fb52eed7b39c3c7a8e656f0a81b7 (patch)
tree29ff91cc0daece1bdccab2488aa7bd50f97708dd /dev
parente3a214801baf52c1cb1e9094d9e19624a6f9ded2 (diff)
parente6127d1f65a761a27c80b81c0f1bc5fca2b74af8 (diff)
Merge PR#432: [cleanup] Change Id.t option to Name.t in TacFun
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 8d2d05590..12c3ec454 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -39,6 +39,8 @@ important things:
instead
- Some printing functions were moved from Pptactic to Pputils
- A part of Tacexpr has been moved to Tactypes
+- The TacFun tactic expression constructor now takes a `Name.t list` for the
+ variable list rather than an `Id.t option list`.
The folder itself has been turned into a plugin. This does not change much,
but because it is a packed plugin, it may wreak havoc for third-party plugins