changelog: mention breaking change

This commit is contained in:
Michiel Borkent 2023-01-21 15:41:43 +01:00
parent eca7847ed9
commit 6feb785cb0

View file

@ -9,7 +9,9 @@ A preview of the next release can be installed from
## 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)
@ -1233,6 +1235,10 @@ Details about releases prior to v0.1.0 can be found
## 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
- Remove cheshire smile functions [#658](https://github.com/babashka/babashka/issues/658)