Skip to content

Commit 8ff3c55

Browse files
authored
Update changelog.md
1 parent d060647 commit 8ff3c55

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

changelog.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
3+
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v9.2...master)
44

5-
# [v9.2](https://github.com/CE-Programming/toolchain/releases/tag/v9.2) (2021-08-10)
5+
# [v9.2](https://github.com/CE-Programming/toolchain/releases/tag/v9.2) (2021-09-09)
66

77
- Deprecate `timer_GetLow` and `ti_CloseAll` functions
8-
- Remove pixelShadow from BSS to fix issue #298
8+
- Remove pixelShadow from BSS to fix issue [#298](https://github.com/CE-Programming/toolchain/issues/298)
99
- Bug fixes for convimg and convbin programs
1010
- Add more missing C++ headers and add typeinfo support (thanks [jacobly](https://github.com/jacobly0))
1111
- Added `clock`, `sleep`, `usleep`, `msleep`, `ticksleep`, and other clock related functions (thanks [Runer112](https://github.com/runer112))
1212
- Added `os_RunPrgm` function for running programs on the calculator
1313
- Added `boot_TurnOn` function which turns on the hardware
1414
- Implementation and improvements to C++ for `static_assert` and `quick_exit` (thanks [jacobly](https://github.com/jacobly0))
15-
- Updates to fasmg linker files; fasmg now uses 64 release on Linux
15+
- Updates to fasmg linker files; fasmg now uses 64 bit release on Linux
1616
- Pressing [on] doesn't throw an error on exit anymore (thanks [commandblockguy](https://github.com/commandblockguy))
1717
- Fix bug when compiling icon source file
18-
- Remove windows installer program and use batch file instead (thanks [DrDnar](https://github.com/drdnar))
18+
- Remove Windows installer program and use batch file instead (thanks [DrDnar](https://github.com/drdnar))
1919
- General core makefile improvements
2020
- Makefile now handles recursive search better and extra source files
2121
- Linux releases have binaries marked as executable
@@ -26,12 +26,16 @@
2626
- Documentation improvements (thanks [Michael0x18](https://github.com/Michael0x18))
2727
- Added general coding guidelines and working with Git documentation
2828

29+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v9.1...v9.2)
30+
2931
# [v9.1](https://github.com/CE-Programming/toolchain/releases/tag/v9.1) (2021-01-16)
3032

3133
- Update fasmg (fix linker bug that could unnecessarily require a library)
3234
- Update ez80-clang (fix compiler bug where taking the address of stack variables in simple functions was broken)
3335
- Improve CI
3436

37+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v9.0...v9.1)
38+
3539
# [v9.0](https://github.com/CE-Programming/toolchain/releases/tag/v9.0) (2020-12-26)
3640

3741
**Major release!** 🥂 <img src="https://llvm.org/img/DragonSmall.png" title="llvm" align="right">

0 commit comments

Comments
 (0)