CHANGELOG.md in ngt-0.2.2 vs CHANGELOG.md in ngt-0.2.3
- old
+ new
@@ -1,5 +1,10 @@
+## 0.2.3 (2020-03-08)
+
+- Added `load` method
+- Deprecated `create` and passing path to `new`
+
## 0.2.2 (2020-02-11)
- Fixed `Could not find NGT` error on some Linux platforms
## 0.2.1 (2020-02-09)
@@ -9,9 +14,10 @@
## 0.2.0 (2020-01-26)
- Changed to Apache 2.0 license to match NGT
- Added shared libraries
- Added optimizer
+- Improved performance of `batch_insert` for Numo
## 0.1.1 (2019-10-27)
- Fixed `unable to resolve type 'uint32_t'` error on Ubuntu