Skip to content

Commit 0906b21

Browse files
committed
feat(playground): adding emojis to the release note
1 parent 4484545 commit 0906b21

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

β€Žplayground/misc/misc-3-release-notes.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
44

55
## Next version
66

7-
### New features
7+
### 🎁 New features
88

99
- [BitmapText](playground/graphics/graphics-text#BitmapText) has been added.
1010
- [Text](playground/graphics/graphics-text#Text) can be bold.
1111
- Shapes now have a blendmode property.
1212

13-
### Bug fixes
13+
### 🐞 Bug fixes
1414

1515
- πŸ’₯ _Breaking change_ Renamed SpriteSheetLoader to SpriteSheetSplitter.
1616
- Subfolders of the assets folder work on Windows now.
@@ -26,7 +26,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
2626
## 2.15
2727
*November 29, 2018*
2828

29-
### Bug fixes
29+
### 🐞 Bug fixes
3030

3131
- Frame zero is not animated anymore.
3232
- Less spammy warnings.
@@ -39,72 +39,72 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
3939
- Limited the max total alloted time to the players to 25s.
4040
- SpriteAnimation now a has reworked API and a pause function.
4141

42-
### Bug fixes
42+
### 🐞 Bug fixes
4343

4444
- Better error handling.
4545
- Reworked the commit system, fixing some big issues and reducing data usage.
4646

4747
## 2.11
4848
*September 14, 2018*
4949

50-
### Bug fixes
50+
### 🐞 Bug fixes
5151

5252
- Fixed BufferedGroup performance issues.
5353
- Better handling of modules errors.
5454

5555
## 2.9
5656
*August 21, 2018*
5757

58-
### New feature
58+
### 🎁 New feature
5959

6060
- Local test page design now matches the website one
6161

6262
## 2.8
6363
*August 9, 2018*
6464

65-
### Bug fixes
65+
### 🐞 Bug fixes
6666

6767
- Reworked the Test case API.
6868
- Fixed some WEBGL memory leaks.
6969

7070
## 2.7
7171
*August 1, 2018*
7272

73-
### Bug fixes
73+
### 🐞 Bug fixes
7474

7575
- Handling of the absence of a logo in the demo.
7676
- Limiting the size of the game summary.
7777

7878
## 2.5
7979
*July 6, 2018*
8080

81-
### New feature
81+
### 🎁 New feature
8282
- Game Params are now displayed in the local test page.
8383

8484
## 2.4
8585
*June 25, 2018*
8686

87-
### New feature
87+
### 🎁 New feature
8888

8989
- [Buffered Groups](playground/graphics/graphics-6-advanced.md#buffered-groups) have been added.
9090

91-
### Bug fixes
91+
### 🐞 Bug fixes
9292

9393
- Test cases can now handle several lines as input.
9494
- The configuration verification does not check the presence of `welcome_en.html` in the first league anymore. It also concerns games with no league system.
9595

9696
## 2.3
9797
*June 8, 2018*
9898

99-
### Bug fixes
99+
### 🐞 Bug fixes
100100

101101
- The `BindException` thrown when running a new instance of the game when the server is already on use has been caught. It now logs a warning.
102102
- A bug would prevent you from exporting a game that was too heavy. It is now fixed.
103103

104104
## 2.2
105105
*June 4, 2018*
106106

107-
### Bug fixes
107+
### 🐞 Bug fixes
108108

109109
- Solo games agents not having colors would produce an error once uploaded on CodinGame. A default color has been added.
110110
- A regression would prevent the configuration form from being displayed. This feature is back.
@@ -119,7 +119,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
119119
## 2.0
120120
*June 1, 2018*
121121

122-
### New features
122+
### 🎁 New features
123123

124124
- [Solo](playground/getting-started/tutorial-3-solo.md) and [Optimization](playground/getting-started/tutorial-4-opti.md) games have been added.
125125
- Implementation of Multiplayer and Solo classes extending from formerly used `AbstractPlayer`, `GameManager` and `GameRunner`. These features are *not* backward compatible.

0 commit comments

Comments
Β (0)