diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7ec9ef..cd1cff97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.0] - 2024-10-08 - +## Unreleased ### Added - Added `access` fields that contain a `Option` to `TypeInfo::Array` and `TypeField`. - Added support for parsing table type field access modifiers, such as `{ read foo: number }`. + +## [1.0.0] - 2024-10-08 + +### Added - Added structs `TypeUnion` and `TypeIntersection` which both contain a field for a leading `TokenReference` (`|` or `&`), and a field which contains a `Punctuated`. - Added support for parsing leading `|` and `&` in types.