Skip to content

Commit 5c826b4

Browse files
committed
update changes
1 parent ffa65c9 commit 5c826b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master_changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ users)
6565
* [BUG] Fix `set-invariant: default repos were loaded instead of switch repos [#4866 @rjbou]
6666
* Add support for `opam switch -` (go to previous non-local switch) [#4910 @kit-ty-kate - fix 4866]
6767
* On loading, check for executable external files if they are in `PATH`, and warn if not the case [#4932 @rjbou - fix #4923]
68+
* When inferring a 2.1+ switch invariant from 2.0 base packages, don't filter out pinned packages as that causes very wide invariants for pinned compiler packages [#5176 @dra27 - fix #4501]
6869

6970
## Pin
7071
* Switch the default version when undefined from ~dev to dev [#4949 @kit-ty-kate]
@@ -292,6 +293,7 @@ users)
292293
* Update opam root version test do escape `OPAMROOTVERSION` sed, it matches generated hexa temporary directory names [#5007 @AltGr]
293294
* Add json output test [#5143 @rjbou]
294295
* Add test for opam file write with format preserved bug in #4936, fixed in #4941 [#4159 @rjbou]
296+
* Add test for switch upgrade from 2.0 root, with pinned compiler [#5176 @rjbou @kit-ty-kate]
295297
### Engine
296298
* Add `opam-cat` to normalise opam file printing [#4763 @rjbou @dra27] [2.1.0~rc2 #4715]
297299
* Fix meld reftest: open only with failing ones [#4913 @rjbou]
@@ -448,3 +450,4 @@ users)
448450
* `OpamJson`: use `Jsonm` and add an `of_string` function [#5142 @rjbou]
449451
* `OpamStd.Config.E`: add `value_t` to allow getting environment variable value dynamically [#5111 @rjbou]
450452
* `OpamCompat.Unix`: add `realpath` for ocaml < 4.13, and use it in `OpamSystem` [#5152 @rjbou]
453+
* `OpamCompat`: add `Lazy` module and `Lazy.map` function [#5176 @dra27]

0 commit comments

Comments
 (0)