Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
NathanReb and github-actions[bot] authored Jun 25, 2024
1 parent a7ee315 commit 78e38c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ unreleased
- new functions `Ast_builder.{e,p}list_tail` that take an extra tail
expression/pattern argument parameter compared to `Ast_builder.{e,p}list`, so
they can build ASTs like `a :: b :: c` instead of only `[ a; b ]`.
(#498, #<PR_NUMBER>, @v-gb, @NathanReb)
(#498, #502, @v-gb, @NathanReb)

- Fix `Longident.parse` so it also handles indexing operators such as
`.!()`, `.%(;..)<-`, or `Vec.(.%())` (#494, @octachron)
Expand Down

0 comments on commit 78e38c3

Please sign in to comment.