Update changelog

This commit is contained in:
Joshua Suskalo 2022-01-19 11:01:52 -06:00
parent 3e63230c1f
commit 48a2685f36

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased] ## [Unreleased]
### Added ### Added
- Constants for size and alignment of primitive types
- Support for non-native byte orders of primitive types - 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.) - 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` - Layout objects may now be passed to `coffi.mem/size-of` and `coffi.mem/align-of`