Add breaking changes

This commit is contained in:
oakes
2014-09-17 12:14:14 -04:00
parent 2651b519e8
commit f60d65e124
2 changed files with 0 additions and 7 deletions

View File

@@ -563,8 +563,3 @@ of key-value pairs, which will be given to the function via its screen map.
screen-fn (-> screen-object :options (get fn-name))]
(apply execute-fn! screen-fn options)
nil))
(defn run!
"Deprecated. Please use `screen!` instead."
[& args]
(apply screen! args))