## What's Changed * Release 3.1.1 mergeback by @whomwah in https://github.com/whomwah/rqrcode/pull/162 * Using AI Assistant to identity (and fix) performance bottlenecks by @whomwah in https://github.com/whomwah/rqrcode/pull/163 - Updated minimum Ruby version requirement to >= 3.2.0 - **SVG rendering**: Improved by **+130%** (from 184 i/s to 424 i/s) with **71% memory reduction** - **HTML rendering**: Now the fastest export format at **1,876 i/s** (rendering-only benchmark) - **Memory efficiency**: HTML now uses **6x less memory** than SVG (previously 22x) - uses rqrcode_core 2.1 [which also received performance improvements](https://github.com/whomwah/rqrcode_core/blob/main/CHANGELOG.md#210---2026-01-07). * Releases/3.2.0 by @whomwah in https://github.com/whomwah/rqrcode/pull/164 **Full Changelog**: https://github.com/whomwah/rqrcode/compare/v3.1.1...v3.2.0