Skip to content

Commit 44d5e28

Browse files
doc/changelog changes go on master
v14.1 / v14.2
1 parent b4e8ee2 commit 44d5e28

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

changelog.md

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

3-
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v14.0...master)
3+
## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v14.2...master)
4+
5+
# [v14.2](https://github.com/CE-Programming/toolchain/releases/tag/v14.2) (2026-01-13)
6+
7+
Minor bugfix release, and the last toolchain version to be using the compiler based on:
8+
- clang v15 (next will have v17)
9+
- fasmg (next will have standard binutils-based tooling)
10+
11+
Changes:
12+
- [convimg] fix appvar output
13+
14+
# [v14.1](https://github.com/CE-Programming/toolchain/releases/tag/v14.1) (2026-01-07)
15+
16+
Minor release, and the last toolchain version to be using the compiler based on:
17+
- clang v15 (next will have v17)
18+
- fasmg (next will have standard binutils-based tooling)
19+
20+
Changes:
21+
- [libc] fix some issues with asctime
22+
- [libc] fix some issues with standard allocator
23+
- [tests] fix text_flipped example
24+
- Optimizations to GraphX's gfx_FillRect
25+
- Optimizations to libload
426

527
# [v14.0](https://github.com/CE-Programming/toolchain/releases/tag/v14.0) (2025-12-22)
628

docs/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

33
# Default toolchain docs (should be latest release!)
4-
export default_version=v14.0
4+
export default_version=v14.2
55

66
# Maps target directory name to branch
77
declare -A versions_map=(
8+
[v14.2]=v14.2
9+
[v14.1]=v14.1
810
[v14.0]=v14.0
911
[v13.0]=v13.0
1012
[v12.1]=v12.1-docs

0 commit comments

Comments
 (0)