index.rst 925 B

1234567891011121314151617181920212223242526
  1. :allow_comments: False
  2. Migrating to a new version
  3. ==========================
  4. Godot :ref:`loosely follows <doc_release_policy>` a semantic versioning system,
  5. where compatibility is assumed between minor and patch releases, while major
  6. releases can break it. As such, it is generally not recommended to move projects
  7. between major versions during their development, especially if you've been
  8. working on them for a significant amount of time.
  9. Still, new features, usability improvements, or paradigm shifts in engine's
  10. internals may incentivize you to upgrade. Below is a list of articles that should
  11. assist you when upgrading your project between versions. Each article would try
  12. its best to document every important difference and provide you with a migration
  13. path.
  14. .. toctree::
  15. :maxdepth: 1
  16. :name: toc-migrating
  17. upgrading_to_godot_4
  18. upgrading_to_godot_4.1
  19. upgrading_to_godot_4.2
  20. upgrading_to_godot_4.3