From d6cfa115e120cbaf9f763ae57b4e7a7b738cbec1 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Tue, 18 Jan 2022 14:24:10 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9994575..f09ed29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] +### Added +- Support for non-native byte orders of primitive types +- Functions for reading and writing primitive types (e.g. `coffi.mem/read-float`, `coffi.mem/write-long`, etc.) +- Layout objects may now be passed to `coffi.mem/size-of` and `coffi.mem/align-of` +- Constants for native-order primitive layouts +- Constants for byte orders + +### Changed +- The `coffi.mem/primitive?` predicate is now actually a function instead of a set ## [0.3.298] - 2022-01-10 ### Added