Changelog

All notable changes to the N-Body Particle Simulation project are documented here.


Version History

Version Date Description
v2.0.0 2026-03-13 Critical fixes and performance optimizations
v1.0.0 2025-02-13 Initial stable release

Versioning

This project follows Semantic Versioning:

  • Major (X.0.0): Breaking changes or major features
  • Minor (x.Y.0): New features, backward compatible
  • Patch (x.y.Z): Bug fixes, backward compatible

Change Categories

Icon Category Description
Added New features
🔧 Changed Changes to existing functionality
🗑️ Deprecated Soon-to-be removed features
Removed Removed features
🐛 Fixed Bug fixes
🔒 Security Security improvements