CHANGELOG [skip ci]
This commit is contained in:
parent
92dc874592
commit
19e15743e4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ but it also introduces new support around `reify`.
|
|||
### New
|
||||
|
||||
- Support `java.nio.file.FileVisitor` and `java.io.FilenameFilter` with `reify` [#600](https://github.com/borkdude/babashka/issues/600). Nice side effect: this makes babashka compatible with the [fs](https://github.com/clj-commons/fs) library:
|
||||
```
|
||||
``` clojure
|
||||
$ export BABASHKA_CLASSPATH=$(clojure -Spath -Sdeps '{:deps {clj-commons/fs {:mvn/version "1.5.2"}}}')
|
||||
$ bb -e '(ns foo (:require [me.raynes.fs :as fs])) (map str (fs/glob "*.md"))'
|
||||
("/Users/borkdude/Dropbox/dev/clojure/glam/README.md")
|
||||
|
|
|
|||
Loading…
Reference in a new issue