summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-03 09:16:13 +0200
committerPiotr Szarmanski2023-08-03 09:16:13 +0200
commit6419e069baa00627670154d20e1bd077658fbe9e (patch)
treeca79142ee9ab93fcf6f437036fcd4b5d7597a721 /NEWS
parent1cc3d6ad62e2cde54618be9f6befbc79e393a6ff (diff)
I mean, update version to 0.2 now.0.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5b96f12..d8178c5 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,13 @@
+ New high-level abstraction for storing data called backends. Using the generic
functions store-data and fetch-data, you can easily abstract away many
- low-level details.
+ low-level details. This is a major improvement.
+ Added file-backend, which stores ERIS blocks as files in a directory.
+ Added hash-backend, which uses a hash-table as a backend.
+ Serapeum was added as a dependency.
++ The new tests use a temporary directory via uiop:temporary-directory in order
+ to test the file-backend. The temporary directory can be overwritten by
+ setting uiop:*temporary-directory*.
+
* 0.1
Initial release.