Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed May 18, 2021
1 parent fe6a16b commit 27859ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ New option/command/subcommand are prefixed with ◈.
* Add cli versioning for enums of flags with predefined enums [#4606 @rjbou]
* Ensure the symlink for a plugin is maintained on each invocation [#4621 @dra27 - partially fixes #4619]
* Clearer messages about using --cli and OPAMCLI [#4655 @dra27]
* Add cli versioning for enums of flags with predefined enums [#4626 @rjbou]
* ◈ Add `--confirm-level` and `OPAMCONFIRMLEVEL` [#4582 @rjbou - fix #4168]
* ◈ Add `--no` [#4582 @rjbou]
* Initialise environment variables for plugins call/install [#4582 @rjbou]

## Init
* Introduce a `default-invariant` config field, restore the 2.0 semantics for
Expand Down Expand Up @@ -137,6 +141,7 @@ New option/command/subcommand are prefixed with ◈.
## Internal
* Generalise `mk_tristate_opt` to `mk_state_opt` [#4575 @rjbou]
* Fix `mk_state_opt` and rename to `mk_enum_opt` [#4626 @rjbou]
* Add `mk_enum_opt_all` for state flags that appears more than once [#4582 @rjbou]
* Fix `opam exec` on native Windows when calling cygwin executables [#4588 @AltGr]
* Fix temporary file with a too long name causing errors on Windows [#4590 @AltGr]
* CLI: Add flag deprecation and replacement helper [#4595 @rjbou]
Expand Down

0 comments on commit 27859ac

Please sign in to comment.