Skip to content

Commit

Permalink
Move entry fo ocaml#3195 and add one for ocaml#3174
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
  • Loading branch information
voodoos committed Mar 25, 2020
1 parent 687f079 commit 2dae132
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Unreleased
- [coq] Bump coq-lang version to 0.2, put new features under it
(#3283, @ejgallego)

- Prevent installation of public executables disabled using the `enabled_if` field.
Installation will now simply skip such executables instead of raising an
error. (#3195, @voodoos)

- `dune upgrade` will now try to upgrade projects using versions <2.0 to version
2.0 of the dune language. (#3174, @voodoos)

2.4.0 (06/03/2020)
------------------

Expand All @@ -49,10 +56,6 @@ Unreleased
- Fix a memory leak in the file-watching mode (`dune build -w`)
(#3220, @snowleopard and @aalekseyev)

- Prevent installation of public executables disabled using the `enabled_if` field.
Installation will now simply skip such executables instead of raising an
error. (#3195, @voodoos)

2.3.1 (20/02/2020)
------------------

Expand Down

0 comments on commit 2dae132

Please sign in to comment.