diff --git a/CHANGES.md b/CHANGES.md index b6f25e1e0a729ab4705812fbee2490e609d5675e..f01ec8fdd6a440a9ce4b86f70f98b5ebd2e9c9f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,10 +3,13 @@ ## 2019-01 - DOING: english translation +- add mysql environment verbose info - add JSONFind function, which support JSON iterate - add new test database `world_x` - SplitStatement support optimizer hint `/*+xxx */` - include [bats](https://github.com/bats-core/bats-core) bash auto test framework +- fix #173 with JSONFind `WHERE col = col = '' and col1 = 'xx'` +- fix #184 table status field datatype overflow - fix explain result with multi rows error - fix #178 JSON datatype only support utf8mb4 diff --git a/VERSION b/VERSION index 78bc1abd14f2c1f6330989d876c4ee7d5daf7ff6..d9df1bbc0c7befdbc28d61efc28ed3e5c08d015f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0