Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.5.0] - 2021-01-14

### Added

- Added support for the visitor pattern,
by adding `protocol Visitor`/`protocol Visitable` & `enum VisitorContinueKind`.
#13 by @regexident.
### Fixed

- Fixed document parsing options.
Expand All @@ -25,8 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added support for the visitor pattern,
by adding `protocol Visitor`/`protocol Visitable` & `enum VisitorContinueKind`.
- Added a changelog.
#17 by @mattt.

Expand Down