Added note about uppercase to lowercase method names changing

This commit is contained in:
Mestima 2023-10-10 13:10:22 +03:00
parent dd24f3fd45
commit 3da035f582

View File

@ -1,6 +1,9 @@
# GodotHook
A lite custom event system for Godot Engine
## Notes
- All method names was changed to lowercase (`hook.Add` -> `hook.add`). For old naming use `4.x-capital-literals` branch.
## Supported versions
| Godot version | Supported | Branch |
| - | - | - |