summaryrefslogtreecommitdiff
path: root/NEWS
blob: 5b96f126dfecdf35f014f136835f6e72adcd2398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; -*- mode: org -*-
* 0.2
*Backwards incompatible*:
+ The eris-encode function now takes an OUTPUT-FUNCTION
 argument that requires the function to accept two arguments, the block and the
 reference, and return a (SIMPLE-ARRAY (UNSIGNED-BYTE 8)) of equal size to the
 block provided.
 
+ 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.
+ 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.
* 0.1
Initial release.