Update readme and changelog about removal of long-long

This commit is contained in:
Joshua Suskalo 2022-07-07 09:25:58 -05:00
parent b10c459bf7
commit 7d4f0e6567
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
### Removed
- `coffi.mem/slice-into` function no longer has an equivalent in panama, but see 2-arity of `coffi.mem/as-segment` for an alternative
- `:coffi.mem/long-long` primitive type
- `coffi.mem/slice-into`; the function no longer has an equivalent in panama, but see 2-arity of `coffi.mem/as-segment` for an alternative
### Changed
- `coffi.mem/as-segment` no longer has a close action arity

View file

@ -110,7 +110,6 @@ Coffi defines a basic set of primitive types:
- short
- int
- long
- long-long
- char
- float
- double