Skip to content

Commit

Permalink
tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
v-gb committed Feb 28, 2025
1 parent 8cb60f1 commit 8106004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 5.2-20250228

- Added support for rewriting .mli files, just not .ml files.
- First stab at supporting migrating modules: `module Old_name : sig end
Expand All @@ -10,9 +10,9 @@
- added an experimental printer that ocamlformats only the sections of the code
that are modified, instead of the entire file. It is used by default when a repository
does not use ocamlformat.
- `ocamlmig transform rescope -unopen` now know to rename all kinds of identifiers
(module identifiers, type constructors, class identifiers, etc), instead of only
values.
- `ocamlmig transform rescope -unopen` now knows to rename identifiers in all
namespaces (module identifiers, type constructors, class identifiers, etc), instead of
only values.

# 5.2-20250202

Expand Down

0 comments on commit 8106004

Please sign in to comment.