Skip to content

Commit d0008f5

Browse files
authored
Merge pull request spray#335 from jrudolph/1.3.6-changelog
Prepare 1.3.6 release
2 parents b7b552e + 508c6db commit d0008f5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG renamed to CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.3.6 (2020-11-10)
2+
--------------------------
3+
4+
- Preserve order of iterable in viaSeq in Scala 2.13 (#330)
5+
- Throw instead of overflowing silently when numeric values are out of range for the target type (#208)
6+
- Convert Float to JsNumber directly without going through Double (#241)
7+
- Build with latest Scala versions (#334)
8+
19
Version 1.3.5 (2017-10-24)
210
--------------------------
311

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Latest release: [![Maven Central](https://maven-badges.herokuapp.com/maven-centr
2626
If you use SBT you can include _spray-json_ in your project with
2727

2828
```scala
29-
libraryDependencies += "io.spray" %% "spray-json" % "1.3.5"
29+
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
3030
```
3131

3232
### Usage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core.{ProblemFilters, ReversedMissingMethodProble
22

33
name := "spray-json"
44

5-
version := "1.3.5"
5+
version := "1.3.6"
66

77
organization := "io.spray"
88

0 commit comments

Comments
 (0)