File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
ArduinoJson: change log
2
2
=======================
3
3
4
- HEAD
5
- ----
4
+ v5.13.1
5
+ -------
6
6
7
7
* Fixed ` JsonVariant::operator|(int) ` that returned the default value if the variant contained a double (issue #675 )
8
8
* Allowed non-quoted key to contain underscores (issue #665 )
Original file line number Diff line number Diff line change 1
- version : 5.13.0 .{build}
1
+ version : 5.13.1 .{build}
2
2
environment :
3
3
matrix :
4
4
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/bblanchon/ArduinoJson.git"
9
9
},
10
- "version" : " 5.13.0 " ,
10
+ "version" : " 5.13.1 " ,
11
11
"authors" : {
12
12
"name" : " Benoit Blanchon" ,
13
13
"url" : " https://blog.benoitblanchon.fr"
Original file line number Diff line number Diff line change 1
1
name =ArduinoJson
2
- version =5.13.0
2
+ version =5.13.1
3
3
author =Benoit Blanchon <blog.benoitblanchon.fr>
4
4
maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
5
5
sentence =An efficient and elegant JSON library for Arduino.
You can’t perform that action at this time.
0 commit comments