Skip to content

Commit

Permalink
docs: update changelog for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Mar 29, 2024
1 parent 29cc135 commit 410f230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
+ A bug was fixed that could cause atmosphere to incorrectly serialize output object IDs over IPC when using domain objects.
+ A bug was fixed in `pm`'s resource limit boost logic that could potentially cause legitimate boosts to fail in certain circumstances.
+ `loader`/`ro` will now throw a fatal error when using invalid IPS patches that go out of bounds, instead of corrupting memory.
+ Support was fixed for booting using a memory configuration of half of the true available memory (e.g. forcing a 4GB configuration on an 8GB board).
+ General system stability improvements to enhance the user's experience.
## 1.6.2
+ Support was finished for 17.0.0.
Expand Down

1 comment on commit 410f230

@Masamune3210
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not make random comments on pull requests
A. General help like this is better off in a forum or discord server
B. That's what the issues tab is for if you still can't figure it out

Please sign in to comment.