Skip to content

Commit 1060539

Browse files
committed
update changelog
1 parent 95547f4 commit 1060539

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.0.3
2+
3+
- New API: Mat::ptr -> Mat.ptrAt
4+
- ffi.Pointer\<T\> Mat.ptrAt\<T extends ffi.NativeType\>(int i0, [int? i1, int? i2])
5+
- ffi.Pointer<ffi.UnsignedChar> Mat.ptrU8(int i0, [int? i1, int? i2])
6+
- ffi.Pointer<ffi.Char> ptrI8(int i0, [int? i1, int? i2])
7+
- ffi.Pointer<ffi.UnsignedShort> ptrU16(int i0, [int? i1, int? i2])
8+
- ffi.Pointer<ffi.Short> ptrI16(int i0, [int? i1, int? i2])
9+
- ffi.Pointer<ffi.Int> ptrI32(int i0, [int? i1, int? i2])
10+
- ffi.Pointer<ffi.Float> ptrF32(int i0, [int? i1, int? i2])
11+
- ffi.Pointer<ffi.Double> ptrF64(int i0, [int? i1, int? i2])
12+
113
## 1.0.2+2
214

315
- Fix: update archive version to 3.5.1

0 commit comments

Comments
 (0)