summaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index badf17f..e837b18 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,15 @@
# Changelog
+# 0.5.2
+- overhaul circle map algorithm calculating centers and radius based on the circle art(number of cells occupied horizontally), specified edge_case, and offset from top cell to the circle_radius
+
+# 0.5.1
+- Improve implementation of is_intersecting
+- Include circle in intersection test
+- Add a function to return regular shapes such as circle and rect, this will be used for testing hit, which fragment is hit
+- Initial implementation for testing hit/intersection AABB to any fragment
+- refactor group_node_and_fragments to clearly group the fragments first, as this will be used to test for fragment hit test
+
# 0.5.0
- All the changes in 0.5.0-alpha.* is now on this version.