Skip to content

Commit

Permalink
update for a 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jun 16, 2012
1 parent 65e8187 commit 11fa3e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 1,12 @@
## 1.5.0
_16th June 2012_

* Add elementary cellular automata example by Andrew Cholakian
* Add new fn: `target-frame-rate` which returns the target framerate specified with the fn `frame-rate`.
* Add keyword render modes to `create-graphics`
* Allow modes to be passed as constants in addition to their keyword shortcuts.
* Bugfix: fix exception in `mouse-button` - thanks to Dan Lidral-Porter.

## 1.4.1
_30th April 2012_

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
(defproject quil "1.4.1"
(defproject quil "1.5.0"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"
:mailing-list {:name "Quil Mailing List"
Expand Down

0 comments on commit 11fa3e5

Please sign in to comment.