Skip to content

Commit 5abe691

Browse files
changelog
1 parent 29c4364 commit 5abe691

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ profile. This started with version 0.26.0.
1010

1111
- Fix dropped comment in `(function _ -> x (* cmt *))` (#2739, @Julow)
1212

13+
### Changed
14+
15+
- \* Allow `begin end` on one line in most cases. (#2745, @EmileTrotignon).
16+
`f begin fun x -> y end` is not supported for now and is still always
17+
multiline.
18+
1319
## 0.28.1
1420

1521
### Highlight
@@ -38,7 +44,7 @@ profile. This started with version 0.26.0.
3844
### Added
3945

4046
- Added option `module-indent` option (#2711, @HPRIOR) to control the indentation
41-
of items within modules. This affects modules and signatures. For example,
47+
of items within modules. This affects modules and signatures. For example,
4248
module-indent=4:
4349
```ocaml
4450
module type M = sig
@@ -146,7 +152,7 @@ profile. This started with version 0.26.0.
146152
- Fix a crash where `type%e nonrec t = t` was formatted as `type nonrec%e t = t`,
147153
which is invalid syntax. (#2712, @EmileTrotignon)
148154

149-
- Fix commandline parsing being quadratic in the number of arguments
155+
- Fix commandline parsing being quadratic in the number of arguments
150156
(#2724, @let-def)
151157

152158
- \* Fix `;;` being added after a documentation comment (#2683, @EmileTrotignon)

0 commit comments

Comments
 (0)