You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master_changes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,7 @@ users)
207
207
*`OpamSolution.get_depexts` remove no longer needed `recover` option that was used with `--depext-only` option [#6489@arozovyk]
208
208
209
209
## opam-repository
210
+
*`OpamRepositoryPath` was moved to `opam-format`[#6917@rjbou]
210
211
211
212
## opam-state
212
213
*`OpamStateConfig.t`: replace `no_depexts` fields that contains disabling informations by `depexts` field that returns if the depexts mechanism is enabled. This field is automatically update by global config value in `OpamStateConfig.load_defaults`[#6489@rjbou]
@@ -242,6 +243,9 @@ users)
242
243
*`OpamSysPkg`: add `availability_mode` type to indicate the availability of system packages on a given system [#6489@arozovyk]
243
244
*`OpamSysPkg`: add `equal_availability_mode` function [#6489@arozovyk]
244
245
*`OpamTypes`: change `result` type name to `solver_result` to avoid conflicts with Stdlib [#6885@rjbou]
246
+
*`OpamPathName` was added [#6917@rjbou]
247
+
*`OpamRepositoryPathName` was added [#6917@rjbou]
248
+
*`OpamRepositoryPath` was moved from `opam-repository`[#6917@rjbou]
245
249
246
250
## opam-core
247
251
*`OpamCmdliner` was added. It is accessible through a new `opam-core.cmdliner` sub-library [#6755@kit-ty-kate]
0 commit comments