Skip to content

Commit

Permalink
Updated README and HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jul 4, 2010
1 parent 437cb85 commit 4e0ecb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.4 (2010-07-04)

* Fixed race condition in file-info middleware date parsing
* Forced US locale for file-info middleware date parsing
* Fixed NPE in multipart-params middleware when field is nil
* Fixed another flash middleware bug that was wiping out session data

## 0.2.3 (2010-06-17) ## 0.2.3 (2010-06-17)


* Code updated to be more Clojure 1.2 compatible * Code updated to be more Clojure 1.2 compatible
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ To see a more sophisticated Ring app, run:


To include one of the above libraries in your Leiningen project, for example `ring-core`, add the following to your `:dependences`: To include one of the above libraries in your Leiningen project, for example `ring-core`, add the following to your `:dependences`:


[ring/ring-core "0.2.3"] [ring/ring-core "0.2.4"]


To include all of them, add: To include all of them, add:


[ring/ring "0.2.3"] [ring/ring "0.2.4"]


## Development ## Development


Expand Down

0 comments on commit 4e0ecb7

Please sign in to comment.