Skip to content

Commit

Permalink
Prepare release notes for 3.10.3 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymndhng authored Sep 18, 2020
1 parent c48b93d commit e1a84de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 4 additions & 7 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
#+HTML_HEAD: <style type="text/css"> body {margin-right:15%; margin-left:15%;} </style>
#+LANGUAGE: en

[[https://clojars.org/clj-http][file:https://img.shields.io/clojars/v/clj-http.svg]] [[https://github.com/dakrone/clj-http/actions?query=workflow%3A%22Clojure+CI%22][file:https://github.com/dakrone/clj-http/workflows/Clojure%20CI/badge.svg]] [[https://gitter.im/clj-http/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][file:https://badges.gitter.im/clj-http/Lobby.svg]]

* Table of Contents :TOC:
:PROPERTIES:
:CUSTOM_ID: h-aaf075ea-2f0e-4a45-871a-0f89c838fb4b
:END:

[[https://secure.travis-ci.org/dakrone/clj-http.png]]

#+ATTR_HTML: title="Join the chat at https://gitter.im/clj-http/Lobby"
[[https://gitter.im/clj-http/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][file:https://badges.gitter.im/clj-http/Lobby.svg]]

- [[#branches][Branches]]
- [[#introduction][Introduction]]
- [[#overview][Overview]]
Expand Down Expand Up @@ -61,6 +57,7 @@
- [[#custom-middleware][Custom Middleware]]
- [[#modifying-apache-specific-features-of-the-httpclientbuilder-and-httpasyncclientbuilder][Modifying Apache-specific features of the =HttpClientBuilder= and =HttpAsyncClientBuilder=]]
- [[#incrementally-json-parsing][Incrementally JSON Parsing]]
- [[#dns-resolution][DNS Resolution]]
- [[#development][Development]]
- [[#faking-responses][Faking Responses]]
- [[#optional-dependencies][Optional Dependencies]]
Expand Down Expand Up @@ -122,7 +119,7 @@ function.
With Leiningen/Boot:

#+BEGIN_SRC clojure
[clj-http "3.10.2"]
[clj-http "3.10.3"]
#+END_SRC

If you need an older version, a 2.x release is also available.
Expand Down
8 changes: 6 additions & 2 deletions changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@

* Changelog
List of user-visible changes that have gone into each release

** 3.10.3 (Unreleased)
** 3.10.4 (Unreleased)
** 3.10.3
- Improve error message when using incompatible version of cheshire
https://github.com/dakrone/clj-http/pull/558
- Properly handle "308 Permanent Redirect" status code
https://github.com/dakrone/clj-http/pull/554
** 3.10.2
- Fix performance regressions from #528
https://github.com/dakrone/clj-http/pull/546
Expand Down

0 comments on commit e1a84de

Please sign in to comment.