Skip to content

Commit 96e8a04

Browse files
committed
0.8.3
1 parent b6ade99 commit 96e8a04

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

readme.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requests-Scala 0.8.2
1+
# Requests-Scala 0.8.3
22

33
[![Join the chat at https://gitter.im/lihaoyi/requests-scala](https://badges.gitter.im/lihaoyi/requests-scala.svg)](https://gitter.im/lihaoyi/requests-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -26,7 +26,7 @@ For a hands-on introduction to this library, take a look at the following blog p
2626

2727
## Contents
2828

29-
- [Requests-Scala 0.8.2](#requests-scala-081)
29+
- [Requests-Scala 0.8.3](#requests-scala-081)
3030
- [Contents](#contents)
3131
- [Getting Started](#getting-started)
3232
- [Making a Request](#making-a-request)
@@ -65,9 +65,9 @@ For a hands-on introduction to this library, take a look at the following blog p
6565
Use the following import to get you started:
6666

6767
```scala
68-
ivy"com.lihaoyi::requests:0.8.2" // mill
69-
"com.lihaoyi" %% "requests" % "0.8.2" // sbt
70-
compile "com.lihaoyi:requests_2.12:0.8.2" //gradle
68+
ivy"com.lihaoyi::requests:0.8.3" // mill
69+
"com.lihaoyi" %% "requests" % "0.8.3" // sbt
70+
compile "com.lihaoyi:requests_2.12:0.8.3" //gradle
7171
```
7272

7373
## Making a Request
@@ -675,6 +675,10 @@ codebase or project!
675675

676676
## Changelog
677677

678+
### 0.8.3
679+
680+
- Fix handling of HTTP 304 [159](https://github.com/com-lihaoyi/requests-scala/pull/159)
681+
678682
### 0.8.2
679683

680684
- fix: content type header not present in multipart item ([#154](https://github.com/com-lihaoyi/requests-scala/pull/154))

0 commit comments

Comments
 (0)