Skip to content

Commit 3855290

Browse files
committed
Update changelog
Signed-off-by: Nathan Rebours <nathan.rebours@ocamlpro.com>
1 parent 9672617 commit 3855290

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

master_changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ users)
1515

1616
## Global CLI
1717
* Update Kate's email address [#6808 @kit-ty-kate]
18+
* Do not use `chdir` anymore [#6910 @NathanReb]
1819

1920
## Plugins
2021

@@ -228,6 +229,7 @@ users)
228229
* `OpamSysPkg`: add `availability_mode` type to indicate the availability of system packages on a given system [#6489 @arozovyk]
229230
* `OpamSysPkg`: add `equal_availability_mode` function [#6489 @arozovyk]
230231
* `OpamTypes`: change `result` type name to `solver_result` to avoid conflicts with Stdlib [#6885 @rjbou]
232+
* `OpamFilter.expand_interpolations_in_file`: added a `dir: dirname option` argument [#6910 @NathanReb]
231233

232234
## opam-core
233235
* `OpamCmdliner` was added. It is accessible through a new `opam-core.cmdliner` sub-library [#6755 @kit-ty-kate]
@@ -243,3 +245,10 @@ users)
243245
* `OpamSystem`: add `is_dir_read_only` [#6489 @rjbou]
244246
* `OpamFilename`: add `is_dir_read_only` [#6489 @rjbou]
245247
* `OpamFilename.might_escape`: ensure / is detected as a file separator when called with `~sep:Unspecified` on Windows [#6897 @kit-ty-kate]
248+
* `OpamFilename.in_dir`: removed [#6910 @NathanReb]
249+
* `OpamSystem.in_tmp_dir`: removed [#6910 @NathanReb]
250+
* `OpamSystem.in_dir`: removed [#6910 @NathanReb]
251+
* `OpamSystem.chdir`: removed [#6910 @NathanReb]
252+
* `OpamSystem.command`: added a `?dir: dirname` optional arg [#6910 @NathanReb]
253+
* `OpamSystem.commands`: added a `?dir: dirname` optional arg [#6910 @NathanReb]
254+
* `OpamSystem.read_command_output`: added a `?dir: dirname` optional arg [#6910 @NathanReb]

0 commit comments

Comments
 (0)