v0.138.0
gohugoio/hugov0.138.0Nov 18, 2024by bep
AI Summary
This release addresses concurrency issues in page lookups and introduces a new alias for the Page Scratch object.
Key Highlights
- Fixed a concurrent map read and map write issue in short page lookups.
- Alias Page.Scratch to Page.Store.
Breaking Changes
- Alias Page.Scratch to Page.Store.
Full Release Notes
## What's Changed * Fix concurrent map read and map write in short page lookups 95e2d5beb @bep #13019 * Alias Page.Scratch to Page.Store (note) 2c3efc810 @bep #13016