Skip to content

Commit

Permalink
Pre-release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Mar 8, 2020
1 parent 665c076 commit e3ca487
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@



## [pre-1.2.0] - 2020-03-08

### 变更

* `mirai-core` 更新至 `0.25.0`
* `mirai-console` 更新至 `0.3.2`
* `kotlin``1.3.70`



## [1.1.1] - 2020-03-07

### 修复
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=1.1.1
httpVersion=1.2.0-alpha

# style guide
kotlin.code.style=official
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ object MiraiJson {
@UnstableDefault
val json = Json(
configuration = JsonConfiguration(
strictMode = false
ignoreUnknownKeys = true,
isLenient = true
),
context = SerializersModule {

Expand Down

0 comments on commit e3ca487

Please sign in to comment.