diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-11-30 16:17:00 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-11-30 16:17:00 +0100 |
commit | c5f6ee866bef4ff924693302ea98fec2b4742b9b (patch) | |
tree | 66e728c5cf1fa3e59b1a48043e99a9995f7a1e2e /dev | |
parent | 0bb126dae41b410fdf4f6531024c64cac20dac06 (diff) | |
parent | c408e819ce39b27f0842c84b1b24c585ac5b6086 (diff) |
Merge PR #6244: [lib] [api] Introduce record for `object_prefix`
Diffstat (limited to 'dev')
-rw-r--r-- | dev/doc/changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 707adce30..c69be4f4d 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -46,9 +46,9 @@ We changed the type of the following functions: - `Global.body_of_constant`: same as above. -We renamed the following datatypes: +We have changed the representation of the following types: -- `Pp.std_ppcmds` -> `Pp.t` +- `Lib.object_prefix` is now a record instead of a nested tuple. Some tactics and related functions now support static configurability, e.g.: |