Skip to content

Commit

Permalink
update change history
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Nov 6, 2011
1 parent 39cbb00 commit 161508c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
##Changes for 1.2.1
* BREAKING CHANGE: (url-for) now takes a map of params instead of key-value pairs: (url-for foo {:id 2})
* Updated noir.content to be prettier/more informative
* Added noir.response/jsonp
* Added :base-url option to noir.server so that you can run noir at different root urls
* Fixed pre-route to use ANY by default
* Removed cssgen dependency
* Refactored the way noir.core parses urls for routes to be significantly simpler
* Fixed issue that cause complex pre-routes not work
* Fixed a couple of doc strings to be clearer
* Moved to latest Ring

##Changes for 1.2.0

* Refactored for Clojure 1.3.0 support
Expand Down

0 comments on commit 161508c

Please sign in to comment.