We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3cc30 commit 1a715bfCopy full SHA for 1a715bf
playground/misc/misc-3-release-notes.md
@@ -2,6 +2,17 @@
2
3
The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
4
5
+## Next Release
6
+
7
+### 🎁 Features
8
9
+- `Entity` now exposes the `getParent` method to acces the container an entity has been added into
10
11
+### 🐞 Bug fix
12
13
+- An exception is now thrown when one tries to add the same entity to two different groups
14
+- `Group::remove` now functions correctly
15
16
## 3.12.0
17
18
### 🎁 Features
0 commit comments