Skip to content

Commit 335cea0

Browse files
authored
Put actual changelogs in changelog file
1 parent 0e78e5c commit 335cea0

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

changelog.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,49 @@
22

33
## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
44

5-
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.6...HEAD)
5+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.7...HEAD)
6+
7+
# [v8.7](https://github.com/CE-Programming/toolchain/releases/tag/v8.7) (2019-08-25)
8+
9+
- Documentation fixes
10+
- Fix `gfx_Begin` signature
11+
- Fix `gfx_RotateSpriteC`
12+
- Fix `ti_Str0` value and add missing `ti_Str9`
13+
- Fix `gfx_SetCharData` (#221)
14+
- Improve build
15+
- Add `ti_ArchiveHasRoom`
16+
17+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.6...v8.7)
618

719
# [v8.6](https://github.com/CE-Programming/toolchain/releases/tag/v8.6) (2019-06-30)
820

21+
- New libray: FontLib by DrDnar
22+
- Add `kb_IsDown` keypadc macro
23+
- Add `gfx_CopyRectangle`
24+
- Add `os_TestFlagBitsFast`
25+
- Fix `gfx_GetClipRegion`
26+
- Fix `getstringinput`
27+
- Fix `strncasecmp`
28+
- Fix `ti_SetArchiveStatus` ignoring archived argument
29+
- Improve comments and `printTextSmall` function
30+
- Improve `gfx_Wait`
31+
- Improve CI
32+
- Improve build files in general, more parallel and portability support
33+
- More documentation
34+
935
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.5...v8.6)
1036

1137
# [v8.5](https://github.com/CE-Programming/toolchain/releases/tag/v8.5) (2018-10-31)
1238

39+
- LibLoad and linker improvements
40+
- AppVeyor CI support
41+
- Fix `ti_RclVar`
42+
- Improve and fix tests in general
43+
- Optimize a few graphx routines (SetPalette, SetClipRegion, RLETSprite)
44+
- Add `os_NewLine`
45+
- Fix MMIO defines (size/volatility) in tice.h
46+
- Add 32-bit "atomic" load functions and stopwatch example
47+
1348
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.4...v8.5)
1449

1550
# [v8.4](https://github.com/CE-Programming/toolchain/releases/tag/v8.4) (2018-08-23)

0 commit comments

Comments
 (0)