From 5a02395102de9ae2d980bf219e80eb3b63013e27 Mon Sep 17 00:00:00 2001 From: Oscar Michael Abrina Date: Tue, 15 Sep 2020 18:50:54 -0700 Subject: [PATCH] Update CHANGELOG.md based on changes to README --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60224565..b6c486a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ ## v1.0.0 (September 2020) -This is the first release of the coreJSON library, a parser that strictly enforces the [ECMA-404 JSON standard](https://www.json.org/json-en.html). \ No newline at end of file +This is the first release of the coreJSON library, a parser that strictly enforces the [ECMA-404 JSON standard](https://www.json.org/json-en.html) and is suitable for low memory footprint embedded devices. \ No newline at end of file