-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from outfoxx/bquenaudon.2023-12-14.changelog
Adds CHANGELOG and getting ready for 1.6.0
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [1.6.0] - 2023-12-14 | ||
|
||
### Added | ||
|
||
- Output of AttributeSpec to now accept CodeBlocks (#91). | ||
- `CONVENIENCE` modifier has been added (#92). | ||
|
||
### Fixed | ||
|
||
- No more errors when formatting strings (#85). | ||
- Imports are now correctly emitted for sub types within external extensions (#88). | ||
|
||
### Changed | ||
|
||
- `CodeWriter` is now a `Closeable`, be sure to close it after usage, which can be done with the `.use {}` helper method from Kotlin. (#89) | ||
|
||
## [1.5.0] | ||
|
||
### Remark | ||
|
||
There are no changelog for versions 1.5.0 and before. |