From 6393b5f474ea944542fb044fd5db4dada42cd774 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Tue, 25 Apr 2023 17:06:29 +0200 Subject: [PATCH] Add a note into the CHANGES.md about the increased ABI version --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 909526cc..bebc0eda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,8 @@ * Export TLS symbols (@palainp, @hannesm, @dinosaure, #546) **breaking change** due to #542 & #546, tenders must be **upgraded**. Indeed, solo5.0.7.* tenders will not be able to load correctly unikernels compiled - with solo5.0.8.0. + with solo5.0.8.0. The internal ABI version for `solo5-hvt`/`solo5-spt` was + upgraded accordingly. This version implements Thread Local Storage. The user can initialise a TLS block with `solo5_tls_init` on a pointer to `solo5_tls_size()` free bytes.