Skip to content

Commit bcb54d0

Browse files
authored
Changelog for 0.0.3 release. (#173)
1 parent dead5c4 commit bcb54d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
1212

1313
### Fixed
1414

15+
## [0.0.3] - 2020-07-06
16+
17+
[0.0.3]: https://github.com/dgraph-io/ristretto/compare/v0.0.2..v0.0.3
18+
19+
### Changed
20+
21+
### Added
22+
23+
### Fixed
24+
25+
- z: use MemHashString and xxhash.Sum64String ([#153][])
26+
- Check conflict key before updating expiration map. ([#154][])
27+
- Fix race condition in Cache.Clear ([#133][])
28+
- Improve handling of updated items ([#168][])
29+
- Fix droppedSets count while updating the item ([#171][])
30+
1531
## [0.0.2] - 2020-02-24
1632

1733
[0.0.2]: https://github.com/dgraph-io/ristretto/compare/v0.0.1..v0.0.2

0 commit comments

Comments
 (0)