From 1bd19aa7781c88d52bc0ec5d5ca97d88e9221776 Mon Sep 17 00:00:00 2001
From: Qianqian Fang <fangqq@gmail.com>
Date: Sun, 30 Jan 2022 23:17:03 -0500
Subject: [PATCH] update commit hash

---
 ChangeLog.txt | 10 +++++-----
 README.rst    | 10 +++++-----
 README.txt    | 10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index a3b1a65..d31ba20 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -7,11 +7,11 @@
 JSONlab ChangeLog (key features marked by *):
 == JSONlab 2.9.8 (codename: Micronus Prime - beta), FangQ <q.fang (at) neu.edu> ==
 
- 2022-01-30*[       ] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
- 2022-01-30*[       ] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
- 2022-01-30*[       ] optimize loadjson and loadbj speed
- 2022-01-30*[       ] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
- 2022-01-30*[       ] more robust tests on ND array when parsing JSON numerical array construct
+ 2022-01-30*[2e3344c] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
+ 2022-01-30*[2e3344c] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
+ 2022-01-30*[2e3344c] optimize loadjson and loadbj speed
+ 2022-01-30*[2e3344c] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
+ 2022-01-30*[2e3344c] more robust tests on ND array when parsing JSON numerical array construct
  2021-06-23 [632531f] fix inconsistency between singlet integer and float values, close #70
  2021-06-23 [f7d8226] prevent function calls when parsing array strings using eval, fix #75
  2021-06-23 [b1ae5fa] fix #73 as a regression to #22
diff --git a/README.rst b/README.rst
index 814a6fe..8db092d 100644
--- a/README.rst
+++ b/README.rst
@@ -51,11 +51,11 @@ incorrect optimized ND-array BJData/UBJSON element order, and options to use MAT
 built-in jsonencode/jsondecode functions. The octave-jsonlab package has also been
 included in the official distributions of Debian Bullseye and Ubuntu 21.04 or newer.
 
-- 2022-01-30*[       ] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
-- 2022-01-30*[       ] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
-- 2022-01-30*[       ] optimize loadjson and loadbj speed
-- 2022-01-30*[       ] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
-- 2022-01-30*[       ] more robust tests on ND array when parsing JSON numerical array construct
+- 2022-01-30*[2e3344c] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
+- 2022-01-30*[2e3344c] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
+- 2022-01-30*[2e3344c] optimize loadjson and loadbj speed
+- 2022-01-30*[2e3344c] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
+- 2022-01-30*[2e3344c] more robust tests on ND array when parsing JSON numerical array construct
 - 2021-06-23 [632531f] fix inconsistency between singlet integer and float values, close #70
 - 2021-06-23 [f7d8226] prevent function calls when parsing array strings using eval, fix #75
 - 2021-06-23 [b1ae5fa] fix #73 as a regression to #22
diff --git a/README.txt b/README.txt
index 7074d1c..93c3ac6 100644
--- a/README.txt
+++ b/README.txt
@@ -53,11 +53,11 @@ incorrect optimized ND-array BJData/UBJSON element order, and options to use MAT
 built-in jsonencode/jsondecode functions. The octave-jsonlab package has also been
 included in the official distributions of Debian Bullseye and Ubuntu 21.04 or newer.
 
-* 2022-01-30*[       ] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
-* 2022-01-30*[       ] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
-* 2022-01-30*[       ] optimize loadjson and loadbj speed
-* 2022-01-30*[       ] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
-* 2022-01-30*[       ] more robust tests on ND array when parsing JSON numerical array construct
+* 2022-01-30*[2e3344c] [bjdata:breaking] Upgrade savebj/loadbj to BJData v1-draft 2, use little-endian by default
+* 2022-01-30*[2e3344c] [bjdata:breaking] Fix optimized ND array element order (previously used column-major)
+* 2022-01-30*[2e3344c] optimize loadjson and loadbj speed
+* 2022-01-30*[2e3344c] add 'BuiltinJSON' option for savejson/loadjson to call jsonencode/jsondecode
+* 2022-01-30*[2e3344c] more robust tests on ND array when parsing JSON numerical array construct
 * 2021-06-23 [632531f] fix inconsistency between singlet integer and float values, close #70
 * 2021-06-23 [f7d8226] prevent function calls when parsing array strings using eval, fix #75
 * 2021-06-23 [b1ae5fa] fix #73 as a regression to #22
-- 
GitLab