Skip to content

Commit c86ea00

Browse files
committed
docs: Update changelog for version 1.7.1
1 parent c8c91dd commit c86ea00

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

docs/content/introduction/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ title: 'Changelog'
33
weight: -20
44
---
55

6+
## Version 1.7.1 (2024-12-25)
7+
8+
- libnds:
9+
10+
- Fixed a bug where some assembly functions would be removed by the linker.
11+
This happened when a function is supposed to fall through the following one,
12+
but it is in a different section. If this other section isn't referenced
13+
anywhere, the linker would remove it.
14+
- A new system to send formatted text messages from the ARM7 to the ARM9 has
15+
been implemented. This works by using a ring buffer in main RAM that is
16+
allocated from the ARM9, so the user can adjust its size easily. This is
17+
still being tested and it may change.
18+
19+
- SDK:
20+
21+
- Docker:
22+
23+
- Install BlocksDS from pacman packages instead of building it from source.
24+
This will make it easier to install other third-party packages. It won't
25+
be needed to build them from source and install them, you will be able to
26+
simply install the package.
27+
28+
- Documentation:
29+
30+
- Update setup instructions.
31+
32+
- Examples:
33+
34+
- New example of how to use the ARM7 console to print text on the screen.
35+
636
## Version 1.7.0 (2024-12-23)
737

838
- libnds:

0 commit comments

Comments
 (0)