CHANGELOG.md in blind_index-1.0.2 vs CHANGELOG.md in blind_index-2.0.0
- old
+ new
@@ -1,4 +1,11 @@
+## 2.0.0 (2019-02-10)
+
+- Blind indexes are updated immediately instead of in a `before_validation` callback
+- Better Lockbox integration - no need to generate a separate key
+- The `argon2` gem has been replaced with `argon2-kdf` for less dependencies and Windows support
+- Removed deprecated `compute_email_bidx`
+
## 1.0.2 (2019-12-26)
- Fixed `OpenSSL::KDF` error on some platforms
- Fixed deprecation warnings in Ruby 2.7