Skip to content

Commit

Permalink
Merge pull request #4335 from OCamlPro/2.1.0-beta-changelog
Browse files Browse the repository at this point in the history
2.1.0~beta changelog
  • Loading branch information
rjbou authored Aug 27, 2020
2 parents 5a53891 + 47c61c6 commit 13fd00a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 21 deletions.
30 changes: 30 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ repositories (changes that are automatically handled by the format upgrade tools
are not marked). Those prefixed with "(+)" are new command/option (since
2.1.0~alpha2).

2.1.0~beta:
* (*) `--cli` / `OPAMCLI` option added [#4316 @dra27]
* `--help/--version` documented in wrong section for aliases [#4317 @dra27]
* `opam lock --help` missing common information {#4317 @dra27]
* (+) `--yes` passed to all commands, and plugins [#4316 @dra27]
* On init, check availability of sandbox and propose to disable
[#4284 @rjbou - fix #4089]
* config upgrade: on the fly upgrade if no write lock required [#4313 @rjbou]
* (*) Add `pin scan` subcommand to list available pins [#4285 @rjbou]
* (*) Add `--normalise` option to print a normalised list when scanning, that can
be taken by `opam pin add` [#4285 @rjbou]
* (*) Add `with-version` option to set the pinned package version [#4301 @rjbou]
* Add error message in case git repo is empty [#4303 @rjbou - fix #3905]
* Lock: Support -d as alias of --direct-only (to match plugin) [#4319 @dra27]
* Switch: Support -n as an alias of --no-action (to match opam-pin)
[#4324 @dra27]
* List: <field> form no longer advertised as valid for --columns [#4322 @dra27]
* Admin: <field> form no longer advertised as valid for --columns in list
[#4322 @dra27]
* Solver: Don't penalise packages with more recent 'hidden-versions'
[#4312 @AltGr]
* `OpamCommand.pin` refactor, including adding `OpamClient.PIN.url_pins` to pin
a list of package with url [#4285 #4301 @rjbou]
* `OpamPinCommand.source_pin', for new package confirmation, don't check that
no opam file is given as argument [#4301 @rjbou]
* CLI: Provide all functions in the client library [#4329 @AltGr]
* Process: don't display status line if not verbose, and status line disabled
[#4285 @rjbou]
* Optimise package name comparison [#4328 @AltGr - fix #4245]

2.1.0~alpha3:
* Confirmation on non-compiler switch invariant: not on dryrun, Y by default
[#4289 @AltGr]
Expand Down
33 changes: 12 additions & 21 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ Possibly scripts breaking changes are prefixed with ✘.
New option/command/subcommand are prefixed with ◈.

## Global CLI
* `--help/--version` documented in wrong section for aliases [#4317 @dra27]
* `opam lock --help` missing common information {#4317 @dra27]
*`--cli` / `OPAMCLI` option added [#4316 @dra27]
*`--yes` passed to all commands, and plugins [#4316 @dra27]
*

## Init
* On init, check availability of sandbox and propose to disable [#4284 @rjbou - fix #4089]
*

## Config Upgrade
* config upgrade: on the fly upgrade if no write lock required [#4313 @rjbou]
*

## Install
*
Expand All @@ -22,17 +19,13 @@ New option/command/subcommand are prefixed with ◈.
*

## Switch
* Support -n as an alias of --no-action (to match opam-pin) [#4324 @dra27]
*

## Pin
* ◈ Add `pin scan` subcommand to list available pins [#4285 @rjbou]
* ◈ Add `--normalise` option to print a normalised list when scanning, that can be taken by `opam pin add` [#4285 @rjbou]
* `OpamCommand.pin` refactor, including adding `OpamClient.PIN.url_pins` to pin a list of package with url [#4285 #4301 @rjbou]
* ◈ Add `with-version` option to set the pinned package version [#4301 @rjbou]
* `OpamPinCommand.source_pin', for new package confirmation, don't check that no opam file is given as argument [#4301 @rjbou]
*

## List
* <field> form no longer advertised as valid for --columns [#4322 @dra27]
*

## Show
*
Expand All @@ -47,7 +40,7 @@ New option/command/subcommand are prefixed with ◈.
*

## Lock
* Support -d as alias of --direct-only (to match plugin) [#4319 @dra27]
*

## External dependencies
*
Expand All @@ -59,7 +52,7 @@ New option/command/subcommand are prefixed with ◈.
*

## VCS
* Add error message in case git repo is empty [#4303 @rjbou - fix #3905]
*

## Build
*
Expand All @@ -68,21 +61,19 @@ New option/command/subcommand are prefixed with ◈.
*

## Admin
* <field> form no longer advertised as valid for --columns in list [#4322 @dra27]
*

## Opam installer
*


## Solver
* Don't penalise packages with more recent 'hidden-versions' [#4312 @AltGr]
*

## Client
* Provide all functions in the client library [#4329 @AltGr]
*

## Internal
* Process: don't display status line if not verbose, and status line disabled [#4285 @rjbou]
* Optimise package name comparison [#4328 @AltGr - fix #4245]
*

## Test
*
Expand Down

0 comments on commit 13fd00a

Please sign in to comment.