Skip to content

Commit fae13cc

Browse files
committed
Update changelog.md
1 parent aeda262 commit fae13cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Starting with this version, the toolchain is now based on LLVM, an open-source r
1818
- New **fileioc** function: `ti_SetGCBehavior` to set routines to run before and after a garbage collect would be triggered.
1919
- New **keypadc** defines: many keypad key defines corresponding to the TI-83 Premium CE keypad were added for easier coding
2020
- New **usb.h** function: `usb_BatteryCharging` to check if the battery is currently charging.
21+
- New **time.h** headers and functions: standard features. See [commit](https://github.com/CE-Programming/toolchain/commit/87e62890df312624a792156dadae1f82100652d2) for details.
22+
- New **tice.h** defines and macros: easier ways to control timers. See [commit](https://github.com/CE-Programming/toolchain/commit/d0d2f6c65fadadf12229e3125ea10995af498e8f) for details.
2123
- Revamped v/s/printf functions, now available if needed thanks to a light third-party library, see [docs](https://ce-programming.github.io/toolchain/static/printf.html).
2224
- New C++ header-only "library" for easily manipulating "TI real" numbers (see [this PR](https://github.com/CE-Programming/toolchain/pull/258)), making some math operations easier. See examples.
2325
- `abort()` doesn't generate code that would make CEmu open its debugger anymore - you can use the specific debug functions for that now.

0 commit comments

Comments
 (0)