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)
- [API] api updates 🕮 If there is changes in the API (new non optional argument, function renamed or moved, etc.), please update the API updates part (it helps opam library users)
- Bump the version of opam to 2.4.0
alpha1dev [#6204 @kit-ty-kate]
- Simplify the making of stripped binaries by introducing the
make opam-stripped
target [#6208 @kit-ty-kate]
- Add 2.3.0~alpha1 to the install scripts [#6203 @kit-ty-kate]
- Add 2.3.0~beta1 to the install scripts [#6238 @rjbou]
- Update the command to install opam to point to the new simplified url on opam.ocaml.org [#6226 @kit-ty-kate]
- Fix debian manual url fragment [#6231 @RyanGibb]