Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Nov 14, 2023
1 parent 27b5748 commit cb16d3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Allow to build packages that are nested within projects with `garn build projectName.packageName`.
- Allow to build top-level packages with `garn build packageName.
- Allow adding packages to projects with `.addPackage("packageName", "{build script writing to $out}")`.
- Add `Project.add`, a function to apply so-called `Plugin`s to a project. This
provides a nice way to bundle up more complex project modifications into a
single declaration. It also allows to use `Plugin`s from other sources,
including third-party libraries.

## v0.0.15

Expand Down

0 comments on commit cb16d3d

Please sign in to comment.