docs(changelog): add v0.3.4 development entry for frontend audit

This commit is contained in:
2026-03-03 13:28:02 +01:00
parent f3c077e3da
commit e8881d25c7
+1
View File
@@ -41,6 +41,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Frontend Audit.</strong> Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.</li>
<li><strong>Rust Backend.</strong> Did an audit of the Rust backend using the <a href="https://github.com/leonardomso/rust-skills" target="_blank" rel="noopener">Rust Skill</a>. Found and fixed a few bugs, memory optimizations and panic-prone locks.</li>
</ul>
</div>