mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Updated CHANGELOG.md
This commit is contained in:
		
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,10 +1,16 @@ | ||||
| Arduino JSON library: change log | ||||
| ================================ | ||||
| Arduino JSON: change log | ||||
| ======================== | ||||
|  | ||||
| master | ||||
| ------ | ||||
|  | ||||
| * Fixed case `#include "jsmn.cpp"` which caused an error in Linux (issue #6) | ||||
| * Fixed a buffer overrun in JSON Parser (issue #5) | ||||
|  | ||||
| v2.0 | ||||
| ---- | ||||
|  | ||||
| * Added JSON encoding. | ||||
| * Added JSON encoding (issue #2) | ||||
| * Renamed the library `ArduinoJsonParser` becomes `ArduinoJson` | ||||
|  | ||||
| **Breaking change**: you need to add the following line at the top of your program. | ||||
| @@ -14,7 +20,7 @@ v2.0 | ||||
| v1.2 | ||||
| ---- | ||||
|  | ||||
| * Example: changed `char[] json` into `char json[]`. Damn it C# ! | ||||
| * Fixed error in JSON parser example (issue #1) | ||||
|  | ||||
| v1.1 | ||||
| ---- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user