Skip to content

Commit 1582682

Browse files
committed
changelog
1 parent f09033d commit 1582682

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: simpleCache
22
Version: 0.5.0
3-
Date: 2026-02-26
3+
Date: 2026-02-27
44
Title: Simply Caching R Objects
55
Description: Provides intuitive functions for caching R objects, encouraging
66
reproducible, restartable, and distributed R analysis. The user selects a

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4+
## simpleCache [0.5.0] -- 2026-02-27
5+
6+
- Added custom serialization backend support via RCACHE.BACKEND option,
7+
allowing users to plug in qs2, saveRDS, or any save/load functions
8+
- Added lock file documentation to cluster caches vignette
9+
- Added custom backend demo script in inst/examples/custom_backends.R
10+
411
## simpleCache [0.4.3] -- 2026-02-26
512

613
- Fixed BugReports URL in DESCRIPTION to point to issues tracker

0 commit comments

Comments
 (0)