Skip to content

Commit

Permalink
added release notes (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asad Salman authored Jul 21, 2021
1 parent b480f39 commit aac1d52
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased

## 0.16.1
* Treat app and library modules the same in Fulladle [PR](https://github.com/runningcode/fladle/pull/262)
* Added fulladleModuleConfig to app modules [PR](https://github.com/runningcode/fladle/pull/260)
!!! Warning "Breaking API Change"
Previously, only app modules could be picked up as root-level modules in Fulladle. This has changed, now either app or library modules can be picked up (though we try app modules first). If a library module is picked up as a the root-level module, it _must_ specifiy a `debugApk` through either the root `fladle` block or the module's own `fulladleModuleConfig` block.

## 0.16.0
* Allow excluding modules from Fulladle (TODO ADD LINK)
* Allow configuring extra parameters on additionalTestApks (TODO ADD LINK)
* Allow excluding modules from Fulladle [PR](https://github.com/runningcode/fladle/pull/257)
* Allow configuring extra parameters on additionalTestApks [PR](https://github.com/runningcode/fladle/pull/257)

## 0.15.1
* Allow Flank snapshot usage [PR](https://github.com/runningcode/fladle/pull/238) Thanks [AndrewReitz](https://github.com/AndrewReitz)
Expand Down

0 comments on commit aac1d52

Please sign in to comment.