Skip to content

Commit

Permalink
close changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 12, 2023
1 parent 17ac31a commit 1f4798f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## UNRELEASED
## [1.19.2] - 12/10/2023

Requires Elpi 1.16.5 and Coq 8.18.

### Misc

- Fix `Elpi Export` broken when used from VsCoq2

### APIs

Expand Down
4 changes: 2 additions & 2 deletions elpi-builtin.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@ type unix.process out_stream -> in_stream -> in_stream -> unix.process.
% Environment can be left unspecified, defaults to the current process
% environment.
% This API only works reliably since OCaml 4.12.
external pred unix.process.open i:string, i:list string, i:list string,
o:unix.process, o:diagnostic.
external pred unix.process.open i:string, i:list string, i:list string,
o:unix.process, o:diagnostic.

% [unix.process.close P Diagnostic] OCaml's Unix.close_process_full
external pred unix.process.close i:unix.process, o:diagnostic.
Expand Down

0 comments on commit 1f4798f

Please sign in to comment.