File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
* Changelog
2
2
List of changes that have gone into each release
3
+ ** 0.2.3
4
+ - added :insecure? flag
5
+ - fix AOT by requiring clojure.pprint
6
+ - wrap-redirects now handles recursive redirects
3
7
** 0.2.2
4
8
- wrap-exceptions now uses Slingshot to throw a much more useful
5
9
exception when there was a problem with the request
27
31
* Work log
28
32
Log of merges/issues/work that's gone in so I know what to put in
29
33
the changelog for the next release
34
+ ** Release 0.2.3
30
35
** 2011-10-31
31
36
- changed wrap-redirects to recursively handle redirects instead of
32
37
only redirecting one-level down
Original file line number Diff line number Diff line change 1
- (defproject clj-http " 0.2.3-SNAPSHOT "
1
+ (defproject clj-http " 0.2.3"
2
2
:description " A Clojure HTTP library wrapping the Apache HttpComponents client."
3
3
:dependencies [[org.clojure/clojure " 1.3.0" ]
4
4
[org.apache.httpcomponents/httpclient " 4.1.2" ]
You can’t perform that action at this time.
0 commit comments