Skip to content

Commit 267ef22

Browse files
authored
Update changelog for 8.3 version
1 parent 61ee7b0 commit 267ef22

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

changelog.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
*Note: toolchain releases aren't necessarily in sync with libraries releases.*
44

55
## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
6-
See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.2...HEAD)
6+
See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.3...HEAD)
7+
8+
# [v8.3](https://github.com/CE-Programming/toolchain/releases/tag/v8.3) (2018-07-25)
9+
10+
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v8.2...v8.3)
11+
12+
### Toolchain
13+
- Misc. build improvements and fixes ([MateoConLechuga](https://github.com/MateoConLechuga) + [Runer112](https://github.com/Runer112) + [Adriweb](https://github.com/Adriweb))
14+
- Fixed GetC retval in some cases ([Runer112](https://github.com/Runer112))
15+
- Travis config file cleanup ([Adriweb](https://github.com/Adriweb))
16+
- New macros and features related to fasmg ([Jacobly](https://github.com/jacobly0))
17+
- Compression-related APIs fixes and updates ([MateoConLechuga](https://github.com/MateoConLechuga))
18+
- Misc. code cleanup ([MateoConLechuga](https://github.com/MateoConLechuga))
19+
- Some documentation updates ([TIAnonyme0](https://github.com/TIAnonyme0) + [Runer112](https://github.com/Runer112))
20+
- Submodules updates for [ConvPNG](https://github.com/mateoconlechuga/convpng) and [fasmg](https://github.com/jacobly0/fasmg-ez80) ([MateoConLechuga](https://github.com/MateoConLechuga) + [Jacobly](https://github.com/jacobly0))
21+
22+
### Libraries
23+
- Optimized several routines ([MateoConLechuga](https://github.com/MateoConLechuga) + [Runer112](https://github.com/Runer112))
24+
- GraphX: many improvements, in both performance and reliability ([Runer112](https://github.com/Runer112))
25+
- GraphX: optimize and improve behavior of gfx_PrintInt and gfx_PrintUInt ([Runer112](https://github.com/Runer112))
26+
- FileIO: Add ti_GetName, ti_Rename and ti_RenameVar ([MateoConLechuga](https://github.com/MateoConLechuga))
27+
- FileIO: Add ti_GetVATPtr ([PeterTillema](https://github.com/PeterTillema))
728

829
# [v8.2](https://github.com/CE-Programming/toolchain/releases/tag/v8.2) (2018-03-24)
930

@@ -13,7 +34,7 @@ See full [commit list](https://github.com/CE-Programming/toolchain/compare/v8.2.
1334
- Add full screen image example ([MateoConLechuga](https://github.com/MateoConLechuga))
1435
- Add os_GetStringInput ([MateoConLechuga](https://github.com/MateoConLechuga))
1536
- Fixed a Windows build issue for src/std/linked ([Runer112](https://github.com/Runer112))
16-
- Blutting demo instead of buffering demo ([Runer112](https://github.com/Runer112))
37+
- Blitting demo instead of buffering demo ([Runer112](https://github.com/Runer112))
1738
- Use latest-stable CEmu for Travis auto-tests ([Adriweb](https://github.com/Adriweb))
1839

1940
### Libraries

0 commit comments

Comments
 (0)