What's Changed
- Fix a few typos in the Filesystem and Input/Output chapter by @edwardloveall in #238
- remove orphaned code block in section 13.4.3 by @TomJGooding in #245
- Be more succinct when using stdout objects by @pedropark99 in #249
- Remove mentions of Bun in the book by @pedropark99 in #249
- Add missing
Methodimport by @pedropark99 in #250 - Add a paragraph to explain a Windows specific detail when handling IO modes in open files by @pedropark99 in #250.
- Fix CMake reference by @pedropark99 in #251
- Solves a logic error in a code example that demonstrates the use of comptime at chapter 12 by @pedropark99 in #251
- Fix figure about Base64 decoder logic in chapter 4 by @pedropark99 in #252
- Update and pin the Nix book-building toolchain by @obergodmar in #241
New Contributors
- @edwardloveall made their first contribution in #238
- @TomJGooding made their first contribution in #245
- @obergodmar made their first contribution in #241
Full Changelog: v1.7.0...v1.7.1