diff --git a/.gitignore b/.gitignore index 5d5863d..df479b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ src/test_reindex.sh src/node_modules package-lock.json node_modules +.idea diff --git a/CHANGELOG.md b/CHANGELOG.md index 74345e2..a9c4eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [Unreleased] ### Added - - Added optional Redis Auth functionality. @rain2o (#42) + - Added optional Redis Auth functionality. - @rain2o (#42) + - MSI support - @dimasch (#86) + +### Fixed + - Import throwing an error when product's first category name was empty - @Loac-fr (#92) + - Typos in documentation - @kkdg, @adityasharma7 (#90, #91) ## [1.9] ### Added