This release brings a big update to the book. Most of the updates were in code examples, more specifically, to fit them into the new Writer
and Reader
interface that was introduced in Zig 0.15.
What's Changed
- Update book code examples to Zig 0.15. Reported at #182 and fixed by @pedropark99 in #183
- Change CSS style of code snippets when book is in dark mode. Reported at #113 and fixed by @pedropark99 in #183
- Move Allocator to be the first parameter in function by @gaissmai in #178
- Fix typo by @subdigital in #173
- Fix typo by @gaissmai in #174
- Fix typo by @gaissmai in #175
- Fix typo by @gaissmai in #179
- Fix typo by @ariel-anieli in #171
- Add new contributors to the list by @pedropark99 in #180
New Contributors
- @subdigital made their first contribution in #173
- @gaissmai made their first contribution in #174
- @ariel-anieli made their first contribution in #171
Full Changelog: v1.3.6...v1.4.0