Skip to content

Commit 8a1c755

Browse files
committed
[skip ci] update(CHANGELOG): v1.6.2
1 parent ea9a3c1 commit 8a1c755

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
Over here will be noted all the update change logs.
44

5+
## v1.6.2 - [Release](https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.2)
6+
7+
### Exports
8+
9+
- Now the earliest point you can call exports is from `OnPluginStart`.
10+
11+
### MySQL
12+
13+
- Windows Fix: Gibberish queries
14+
15+
### Commands
16+
17+
- Swiftly Version
18+
19+
### JavaScript Optimization
20+
21+
- Optimized the memory from a minimum of 3MB per each plugin to a minimum of ~300KB. This was tested with a bare-bone plugin with just the mandatory functions included.
22+
23+
### Events
24+
25+
- Prevent crashes on FireEventToClient
26+
- Sharing event object causing undefined behaviour
27+
- JavaScript: Sometimes not setting out the correct value for EventResult
28+
29+
### Player
30+
31+
- Fix IP Address save
32+
533
## v1.6.1 - [Release](https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.1)
634

735
### VGUI

0 commit comments

Comments
 (0)