Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Mar 17, 2022
1 parent cba5f67 commit 598321c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ users)
## Global CLI
* Fix typo in error message for opam var [#4786 @kit-ty-kate - fix #4785]
* Add cli 2.2 handling [#4853 @rjbou]
* --no-depexts is the default in CLI 2.0 mode [#4908 @dra27]
* `--no-depexts` is the default in CLI 2.0 mode [#4908 @dra27]
* [BUG] Fix behaviour on closed stdout/stderr [#4901 @altgr - fix #4216]
* Add `OPAMREPOSITORYTARRING` environment variable to enable repository tarring optimisation, it is disabled by default because it is an optimisation only on some os/configurations [#5015 @rjbou]
* Refresh the actions list output, now sorted by action/package rather than dependency [#5045 @kit-ty-kate @AltGr - fix #5041]
* Put back the actions summary as part of confirmation question [#5045 @AltGr]
* Error report display: print action name [#5045 @AltGr]
* [BUG] Fix default cli handling for simple flags [#5099 @rjbou]
* Add `experimental` flags handling [#5099 @rjbou]

## Plugins
*
Expand Down Expand Up @@ -286,6 +288,7 @@ users)
* `OpamClient`: fix `update_with_init_config`, when ``jobs` was set in `init_config`, it dropped rest of `config` update [#5056 @rjbou]
* Add an optional argument to `OpamArg.mk_subdoc` for extra default elements: `?extra_defaults:(validity * string * string) list` [#4910 @kit-ty-kate]
* Add `OpamSwitchCommand.previous_switch` [#4910 @kit-ty-kate]
* `OpamArgs`, `OpamArgTools`: add `experimental` optional argument ot `cli_from` and `cli_between` for experimental features handling [#5099 @rjbou]
## opam-repository
* `OpamRepositoryConfig`: add in config record `repo_tarring` field and as an argument to config functions, and a new constructor `REPOSITORYTARRING` in `E` environment module and its access function [#5015 @rjbou]
* New download functions for shared source, old ones kept [#4893 @rjbou]
Expand Down

0 comments on commit 598321c

Please sign in to comment.