From ca8618e51988e1f467b08f5bc858562d81ee5126 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sat, 6 May 2023 23:57:00 +0300 Subject: [PATCH] Release notes for 0.4.0 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 11771677..f27cf817 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 0.4.0 + +- Allocation of location ids in a transaction log friendly order (@polytypic) +- Per location operating mode selection (@Dashy-Dolphin, review: @polytypic) +- Injectivity `!'a Kcas_data.Dllist.t` annotation (@polytypic) + ## 0.3.1 - Added doubly-linked list `Dllist` to `kcas_data` (@polytypic)