Update readme and changelog about removal of long-long
This commit is contained in:
parent
b10c459bf7
commit
7d4f0e6567
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ Coffi defines a basic set of primitive types:
|
|||
- short
|
||||
- int
|
||||
- long
|
||||
- long-long
|
||||
- char
|
||||
- float
|
||||
- double
|
||||
|
|
|
|||
Loading…
Reference in a new issue