Skip to content

Commit

Permalink
Merge pull request #340 from ocaml/changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
gasche authored Jun 25, 2024
2 parents 6bbb1c0 + bae6af3 commit 04041b9
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ of the usual "- ".

NEXT_RELEASE:
-------------

- Misc: restore CI (unix and windows)
(#328, #329, #336 by Hugo Heuzard)
* Remove degraded mode for windows
(#333 by Hugo Heuzard)
- Remove light mode (#332 by Hugo Heuzard)
- Make the codebase work on windows native
(#329, #333, #334, #338, #339, #342, #343, #344 by Hugo Heuzard)
* No longer treat empty path in PATH env variable as the current working directory
(#339 by Hugo Heuzard)
- Emit a warning if several calls are made to
`Ocamlbuild_plugin.dispatch` -- all calls before the last one are
ignored, which may not be what users expect.
(#30 by Gabriel Scherer, review by whitequark)
- Rename user-rebindable {LINK,COMP}FLAGS into OCB_{LINK,COMP}FLAGS
(#303 by Gabriel Scherer)

0.14.3 (20 Dec 2023):
---------------------
Expand Down Expand Up @@ -136,11 +150,6 @@ should not be necessary anymore to have identical
`foo.{mllib,mldylib}` files, only `foo.mllib` should suffice. See the
detailed changelog below for details.

- #30: emit a warning if several calls are made to
`Ocamlbuild_plugin.dispatch` -- all calls before the last one are
ignored, which may not be what users expect.
(Gabriel Scherer, review by whitequark)

- #111: added "nostdlib" flag for corresponding ocaml{c,opt} options
(Thomas Wood)

Expand Down

0 comments on commit 04041b9

Please sign in to comment.