File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments