Skip to content

Commit

Permalink
Provided more details on changes to NamedAtom
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Oct 22, 2023
1 parent 5f3b68d commit 96675d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed
- `NamedAtom` now uses the `InlineString15` type instead of an `NTuple{8,Char}` for the `name`
field.
field. Atom labels of up to 15 Unicode characters are supported.
- `name(a::NamedAtom)` returns a `String`; `a.name` returns an `InlineStrings.InlineString15`, as
does `getfield(a, :name)`.

### Fixed
- Admonition boxes in documentation now render correctly.
Expand Down

0 comments on commit 96675d3

Please sign in to comment.