Skip to content

Latest commit

 

History

History
113 lines (78 loc) · 1.32 KB

File metadata and controls

113 lines (78 loc) · 1.32 KB

Working version changelog, used as a base for the changelog and the release note. Prefixes used to help generate release notes, changes, and blog posts:

  • ✘ Possibly scripts breaking changes
  • ◈ New option/command/subcommand
  • [BUG] for bug fixes
  • [NEW] for new features (not a command itself)

Version

Global CLI

Plugins

Init

Config report

Install

Remove

Switch

Pin

List

Show

Var

Option

Lint

Lock

Opamfile

External dependencies

  • Set DEBIAN_FRONTEND=noninteractive for unsafe-yes confirmation level [#4735 @dra27 - partially fix #4731]

Sandbox

Repository management

VCS

Build

Infrastructure

Admin

Opam installer

State

Opam file format

Solver

  • [BUG] Remove z3 debug output [#4723 @rjbou - fix #4717] [2.1.0~rc2 #4720]

Client

Internal

  • Add license and lowerbounds to opam files [#4714 @kit-ty-kate]
  • Bump version to 2.2.0alphadev [#4725 @dra27]

Test

Reftests

Github Actions

  • Add solver backends compile test [#4723 @rjbou] [2.1.0~rc2 #4720]
  • Fix ocaml link (http -> https) [#4729 @rjbou]

Shell

  • fish: fix deprecated redirection syntax ^ [#4736 @vzaliva]

Doc

Security fixes