What's Changed
- Add a note saying that the storage attributes are still WIP by @mohammadfawaz in #1721
- Adding some known issues to the docs by @mohammadfawaz in #1722
- Update the Rust SDK test by @mohammadfawaz in #1725
- Reorganize book. by @adlerjohn in #1724
- Update the logging section in the Sway Book by @mohammadfawaz in #1727
- Improve stdlib section in book. by @adlerjohn in #1731
- update README related to Forc commands/plugins by @binggh in #1728
- Remove unnecessary error in order to allow match expressions on generic types by @emilyaherbert in #1733
- Adding an
else
in the U128 library to bypass a bogus warning by @mohammadfawaz in #1735 - Update examples. by @adlerjohn in #1736
- Change any instance of
if let .. { .. } else { .. }
in the standard library to use match expressions by @emilyaherbert in #1732 - v0.14.2 by @emilyaherbert in #1737
Full Changelog: v0.14.1...v0.14.2