babashka/CHANGES.md
2019-12-20 10:36:23 +01:00

376 B

Changes

Breaking changes

v0.0.44

  • #173: Rename *in* to <input> (in the user namespace). The name 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.