babashka/CHANGES.md

13 lines
376 B
Markdown
Raw Normal View History

2019-12-20 09:32:43 +00:00
# Changes
## Breaking changes
## v0.0.44
2019-12-20 09:36:23 +00:00
- #173: Rename `*in*` to `<input>` (in the `user` namespace). The name
2019-12-20 09:32:43 +00:00
was a poor choice for two reasons. It shadowed `clojure.core/*in*`. Also, the
value was not a dynamic var, but the earmuffs suggested otherwise.
## v0.0.43
- #160: Add support for `java.lang.ProcessBuilder`. See docs. This replaces the
`conch` namespace.