changelog: mention breaking change
This commit is contained in:
parent
eca7847ed9
commit
6feb785cb0
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
- [#1467](https://github.com/babashka/babashka/issues/1467): avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`)
|
<!-- ## 1.1.171 ## -->
|
||||||
|
|
||||||
|
- [#1467](https://github.com/babashka/babashka/issues/1467): BREAKING: avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`).
|
||||||
|
|
||||||
## 1.0.170 (2023-01-19)
|
## 1.0.170 (2023-01-19)
|
||||||
|
|
||||||
|
|
@ -1233,6 +1235,10 @@ Details about releases prior to v0.1.0 can be found
|
||||||
|
|
||||||
## Breaking changes
|
## Breaking changes
|
||||||
|
|
||||||
|
### v1.1.171
|
||||||
|
|
||||||
|
- [#1467](https://github.com/babashka/babashka/issues/1467): BREAKING: avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`).
|
||||||
|
|
||||||
### v0.2.4
|
### v0.2.4
|
||||||
|
|
||||||
- Remove cheshire smile functions [#658](https://github.com/babashka/babashka/issues/658)
|
- Remove cheshire smile functions [#658](https://github.com/babashka/babashka/issues/658)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue