Skip to content

Commit 3244d34

Browse files
authored
changelog: add missing utop releases (#3249)
1 parent 2325b5d commit 3244d34

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Utop 2.15.0
3+
tags:
4+
- utop
5+
- platform
6+
authors:
7+
- Octachron
8+
contributors:
9+
changelog:
10+
versions:
11+
unstable: false
12+
ignore: false
13+
github_release_tags:
14+
- 2.15.0
15+
---
16+
17+
We're happy to announce Utop 2.15.0 which adds support for OCaml 5.3.0!
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Utop 2.16.0
3+
tags:
4+
- utop
5+
- platform
6+
authors:
7+
- Octachron
8+
contributors:
9+
changelog: |
10+
* Add support for OCaml 5.4 ([#500](https://github.com/ocaml-community/utop/pull/500), [@Octachron](https://github.com/Octachron), [@anmonteiro](https://github.com/anmonteiro))
11+
* restore backtrace ([#503](https://github.com/ocaml-community/utop/pull/503), fixes [#501](https://github.com/ocaml-community/utop/issues/501), [@ysalmon](https://github.com/ysalmon))
12+
* support camlp$n preprocessor ([#486](https://github.com/ocaml-community/utop/pull/486), fixes [#485](https://github.com/ocaml-community/utop/issues/485), [@aqjune](https://github.com/aqjune))
13+
* utop configuration and state files (utoprc, utop-history) are now always in the relevant utop subdirectory ([#484](https://github.com/ocaml-community/utop/pull/484), fixes [#478](https://github.com/ocaml-community/utop/issues/478), [#481](https://github.com/ocaml-community/utop/issues/481) and [#499](https://github.com/ocaml-community/utop/issues/499), [@tuohy](https://github.com/tuohy)).
14+
* fix emacs completion for qualified paths (`Module.M.some\_name`) ([#497](https://github.com/ocaml-community/utop/pull/497), fix [#455](https://github.com/ocaml-community/utop/issues/455), [@juergenhoetzel](https://github.com/juergenhoetzel), [@bbatsov](https://github.com/bbatsov))
15+
* implicit bindings for emacs mode ([#465](https://github.com/ocaml-community/utop/pull/465), fix [#412](https://github.com/ocaml-community/utop/issues/412), [@bencef](https://github.com/bencef))
16+
versions:
17+
unstable: false
18+
ignore: false
19+
github_release_tags:
20+
- 2.16.0
21+
---
22+
23+
We're happy to announce the release of Utop 2.16.0!
24+
25+
This utop release adds OCaml 5.4 support, restores backtrace functionality, improves preprocessor and Emacs integration, and relocates configuration files to a dedicated utop subdirectory.

0 commit comments

Comments
 (0)