Skip to content

Commit f03505e

Browse files
author
Julien
committed
docs(sdk): updated changelog
1 parent 6c40eda commit f03505e

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

playground/misc/misc-3-release-notes.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
1010
- A Text can now have semicolons in it
1111
- Improved error handling
1212

13+
1314
## 3.4.7
1415

1516
### 🐞 Bug fix
1617

17-
- Fixed ToggleModule and improved its API.
18+
- Fixed `ToggleModule` and improved its API.
1819

1920
## 3.4.6
2021

@@ -23,31 +24,51 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
2324
- The intro replay file `demo.js` is now smaller when generated from scratch.
2425
- Improve game load performance.
2526

27+
### ⚠️ Known issues
28+
29+
- `ToggleModule` only works in local IDE
30+
2631
## 3.4.5
2732

2833
### 🐞 Bug fix
2934

3035
- `EndScreenModule` now compatible with PIXI v4.8.5
3136

37+
### ⚠️ Known issues
38+
39+
- `ToggleModule` only works in local IDE
40+
3241
## 3.4.4
3342

3443
### 🐞 Bug fix
3544

3645
- Improved error handling.
3746

47+
### ⚠️ Known issues
48+
49+
- `ToggleModule` only works in local IDE
50+
3851
## 3.4.3
3952

4053
### 🐞 Bug fix
4154

4255
- The `EndScreenModule` now properly handles more than two players.
4356

57+
### ⚠️ Known issues
58+
59+
- `ToggleModule` only works in local IDE
60+
4461
## 3.4.2
4562

4663
### 🐞 Bug fixes
4764

4865
- `Circle` entities now displayed again
4966
- Included missing `setLeagueLevel` method in the `GameRunner`
5067

68+
### ⚠️ Known issues
69+
70+
- `ToggleModule` only works in local IDE
71+
5172
## 3.4.1
5273

5374
### 🎁 New features
@@ -66,6 +87,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
6687
### ⚠️ Known issues
6788

6889
- `Circle` entities no longer displayed
90+
- `ToggleModule` only works in local IDE
6991

7092
## 3.4.0
7193

@@ -82,6 +104,10 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
82104
- `setFrameDuration()` now throws an exception on non-positive values.
83105
- We no longer wait the full player timeout time when creating a frame when no players have been executed.
84106

107+
### ⚠️ Known issues
108+
109+
- `ToggleModule` only works in local IDE
110+
85111
## 3.3.1
86112

87113
### 🐞 Bug fix
@@ -91,6 +117,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
91117
### ⚠️ Known issues
92118

93119
- Frames created when no players have been executed will still wait the full player timeout time.
120+
- `ToggleModule` only works in local IDE
94121

95122
## 3.3.0
96123

@@ -101,6 +128,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
101128
### ⚠️ Known issues
102129

103130
- Frames created when no players have been executed will still wait the full player timeout time.
131+
- `ToggleModule` only works in local IDE
104132

105133
## 3.2.0
106134

@@ -118,6 +146,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
118146
- Frames created when no players have been executed will still wait the full player timeout time.
119147
- Maven modules not available as dependencies
120148
- `setFrameDuration()` does not work in the `init()`.
149+
- `ToggleModule` only works in local IDE
121150

122151
## 3.1.0
123152

0 commit comments

Comments
 (0)