Skip to content

Commit 1d26b05

Browse files
committed
update changelog
1 parent d2ce5f6 commit 1d26b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@
2828

2929
* **Fixes**
3030
- `fclose` correctness; `stdio.h` cleanup and `rename` alias.
31+
- Fix and optimize clipping behavior for `gfx_HorizLine` and `gfx_VertLine` (Fixes #673).
32+
- Fixed `fontlib_GetGlyphWidth`.
3133
- `gfx_AllocSprite` return value bug.
3234
- `ti_Alloc(String/Equ)` now handles `NULL` from allocator; `nonnull` attributes added.
3335
- `ti_SetArchiveStatus` prototype/declaration corrected.
3436
- `errno`/`perror` strings updated; additional `errno` defines for compatibility (#640).
3537
- Replaced broken OS `strspn/strcspn/strpbrk` with in-house implementations (Fixes #646).
3638
- `sscanf`/`vsscanf` added; float handling and `endptr` for `strto(f/d/ld)` fixed.
3739
- `<fenv.h>` function-macros fixed; introduced `<cfenv>`.
40+
- convimg: fix transparent-index and palette-offset.
3841
- Misc. docs fixes
3942

4043
* **Improvements**

0 commit comments

Comments
 (0)