What's Changed
- Fixed: A regression introduced in 0.54.0 prevented some Composable Architecture projects from building in release due to a Swift compiler bug. We have removed some
@inlineable
attributes to work around this bug (#2201). While we don't anticipate noticeable runtime performance regressions in release builds of applications, please report any issues you may see. - Infrastructure: Added Hindi (Indian) translation of README.md (thanks @akashsoni01, #2171)
- Infrastructure: Documentation updates and fixes (thanks @Sajjon, #2150; @tatsuz0u, #2155; @hmhv, #2152; @MarshalGeazipp, #2154; @Ryu0118, #2153; @Czajnikowski, #2157; @kristofferjohansson, #2159; @jaesung-0o0, #2160; #2161; @takehilo, #2165; @nickkohrn, #2168 #2169; @d-date, #2174; @oronbz, #2175, #2176, #2177; @devMinseok, #2180; @ccxla, #2181; @filblue, #2188; @thomastosoni, #2190).
New Contributors
- @Sajjon made their first contribution in #2150
- @MarshalGeazipp made their first contribution in #2154
- @takehilo made their first contribution in #2165
- @nickkohrn made their first contribution in #2168
- @akashsoni01 made their first contribution in #2171
- @d-date made their first contribution in #2174
- @oronbz made their first contribution in #2175
- @devMinseok made their first contribution in #2180
- @ccxla made their first contribution in #2181
- @thomastosoni made their first contribution in #2190
Full Changelog: 0.54.0...0.54.1