Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Sep 13, 2013
1 parent e4e61ae commit 266ff01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes for lein-cljsbuild

## [0.3.3](https://github.com/emezeske/lein-cljsbuild/issues?milestone=28&state=closed)

1. Changed to use upstream ClojureScript version 0.0-1859.
2. cljsbuild now warns if you have not explicitly specified a ClojureScript
dependency in your project. (gh-224)
3. The file scanning associated with `cljsbuild auto` has been improved
significantly, and should now represent a negligible CPU load. (gh-219)
4. Under `cljsbuild auto`, Clojure files are now only reloaded if they define
macros. (gh-210)
4. Various documentation and example project tweaks.

## 0.3.2

1. Changed to use upstream ClojureScript version 0.0-1806.
Expand Down

0 comments on commit 266ff01

Please sign in to comment.