Skip to content

Commit

Permalink
Add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Apr 26, 2024
1 parent 5785188 commit 72d59dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Millet technically follows [SemVer][sem-ver], but the major version is zero, and

## v0.14.4

- Accept implicit type variable scoping in `exception`s within another declaration, as in:
- Accept implicit type variable scoping in `exception`, `type`, and `datatype` within another declaration. For example, with `exception`:

```sml
fun f x =
Expand All @@ -27,6 +27,9 @@ Millet technically follows [SemVer][sem-ver], but the major version is zero, and
```

- Handle incrementally updating files better.
- Tweak formatting of `op` with non-alphabetic identifiers, like `op+`. There is now no whitespace between `op` and non-alphabetic identifiers.
- Modernize handling of path globs.
- Improve error messages around mismatched record/tuple fields.

## v0.14.3

Expand Down

0 comments on commit 72d59dc

Please sign in to comment.