@@ -8,8 +8,8 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
8
8
9
9
- Included missing ` addAgent ` polymorphism – custom nickname with default avatar.
10
10
- Improved display of player output in local test page.
11
- - Better handling of errors from initializing modules
12
- - Unused ` title ` property no longer mandatory in ` config.ini `
11
+ - Better handling of errors from initializing modules.
12
+ - Unused ` title ` property no longer mandatory in ` config.ini ` .
13
13
- ` setFrameDuration() ` now throws an exception on non-positive values.
14
14
15
15
## 3.3.1
@@ -38,7 +38,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
38
38
### ⚠️ Known issues
39
39
40
40
- Maven modules not available as dependencies
41
- - ` setFrameDuration() ` does not work in the ` init() `
41
+ - ` setFrameDuration() ` does not work in the ` init() ` .
42
42
43
43
## 3.1.0
44
44
@@ -48,11 +48,11 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
48
48
49
49
### 🐞 Bug fix
50
50
51
- - Fixed an issue with sprites
51
+ - Fixed an issue with sprites.
52
52
53
53
### ⚠️ Known issues
54
54
55
- - ` setFrameDuration() ` does not work in the ` init() `
55
+ - ` setFrameDuration() ` does not work in the ` init() ` .
56
56
57
57
## 3.0.0
58
58
* January 11, 2019*
@@ -78,7 +78,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
78
78
79
79
### ⚠️ Known issues
80
80
81
- - ` setFrameDuration() ` does not work in the ` init() `
81
+ - ` setFrameDuration() ` does not work in the ` init() ` .
82
82
83
83
## 2.15
84
84
* November 29, 2018*
@@ -114,7 +114,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
114
114
115
115
### 🎁 New feature
116
116
117
- - Local test page design now matches the website one
117
+ - Local test page design now matches the website one.
118
118
119
119
## 2.8
120
120
* August 9, 2018*
0 commit comments