Skip to content

Commit

Permalink
[marshaling] CHANGELOG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 2, 2018
1 parent 4029539 commit e53f702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- `AnyCache#cleanup` - remove expired entries manually
(make sence only for `:as_file_store` and `:as_memory_store` at this moment);
- automatic object marshaling (used in `fetch`, `fetch_multi`, `write`, `write_multi`, `read`, `read_multi`):
- used by default (`raw: false`);
- can be disabled via `raw: true` option;
- `raw: true` is required for incrementable/decrementable entries;

## [0.3.1] - 2018-10-08
### Added
Expand Down

0 comments on commit e53f702

Please sign in to comment.