Skip to content

Commit a9ee9ba

Browse files
update chagelog
1 parent 2d22297 commit a9ee9ba

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

changelog.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v10.1...master)
3+
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v10.2...master)
4+
5+
# [v10.2](https://github.com/CE-Programming/toolchain/releases/tag/v10.2) (2021-08-10)
6+
7+
* **New features**
8+
* Add `os_Eval` and `os_EvalVar` for direct evalution of equations by @mateoconlechuga.
9+
* Add automated DMG code signing / notarization for nightly macOS builds by @adriweb.
10+
* Updated and improved `convfont` support with text-based fonts by @drdnar.
11+
* Added comments for 8XP programs in `convbin` by @mateoconlechuga.
12+
* Added transparent pixel support in `convimg` by @mateoconlechuga.
13+
14+
* **Bugfixes**
15+
* Fix comparison of int32_t and int64_t by @runer112.
16+
* Fix `printf` when printing certain floating point values by @mateoconlechuga.
17+
* Fix printing of `int32_t` by @jacobly0.
18+
* Fix `gfx_FloodFill` issue on bottom on screen wrapping by @mateoconlechuga.
19+
* Change the type of CLOCKS_PER_SECOND to match clock_t by @commandblockguy.
20+
* Compiler fix for missing register class check by @jacobly0.
21+
22+
* **Improvements**:
23+
* Deprecate `TI_REAL_TYPE` and `ti_Ans` style of macros by @mateoconlechuga.
24+
* Deprecate `sk_key_t` and `ti_var_t` typedefs by @mateoconlechuga.
25+
* General documentation updates and improvements.
26+
27+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v10.1...v10.2)
428

529
# [v10.1](https://github.com/CE-Programming/toolchain/releases/tag/v10.1) (2021-06-03)
630

0 commit comments

Comments
 (0)