Skip to content

Commit

Permalink
Merge pull request #95 from outfoxx/bquenaudon.2023-12-14.changelog
Browse files Browse the repository at this point in the history
Adds CHANGELOG and getting ready for 1.6.0
  • Loading branch information
dnkoutso authored Dec 14, 2023
2 parents 29299c2 + 71d48c9 commit c39ea22
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit c39ea22

Please sign in to comment.