Add information where deprecated functions were moved to
This commit is contained in:
parent
e43ecd030c
commit
ed90703b13
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
(:require
|
(:require
|
||||||
[clojure.walk]))
|
[clojure.walk]))
|
||||||
|
|
||||||
|
;; deprecated functions were moved to dda.c4k-common.prefixes
|
||||||
(defn ^{:deprecated "0.1"} bash-env-string?
|
(defn ^{:deprecated "0.1"} bash-env-string?
|
||||||
[input]
|
[input]
|
||||||
(and (string? input)
|
(and (string? input)
|
||||||
|
|
Loading…
Reference in a new issue