Skip to content

Commit

Permalink
Capture updates from 0.3.1 in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpauleez committed Oct 10, 2014
1 parent 5b5946f commit 39093e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

**NOTE:** Whenever upgrading versions of pedestal-app, please be sure to clean your project's `out` directory by running `lein clean`.

## 0.3.1 - October 9, 2014

* Container specific functionality is tucked behind a protocol
* Immutant added as a supported platform type
* NIO support added for Jetty and Immutant
* SSE now passes along the original context to the `start-fn`
* Map-based terse route format added
* Servlet integration uses Clojure Java API instead of RT
* Transit support added for requests and responses

For a full list of changes, please see this comparison of [0.3.0...0.3.1](https://github.com/pedestal/pedestal/compare/0.3.0...0.3.1).

## 0.3.0 - June 20, 2014

* Performance optimizations and new connection code
Expand Down

0 comments on commit 39093e8

Please sign in to comment.