Skip to content

Commit e936ec1

Browse files
committed
update changelog
1 parent 595a177 commit e936ec1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
122122
```
123123
Original bindings with no scale argument are untouched and can be called as they were.
124124

125+
- Added multiseat support for multiple mice and keyboards on one computer.
126+
127+
- Added optional player argument to all `UInputMan:Key*` Lua Methods. (e.g. `KeyHeld(keycode, player)`) This allows checking individual player's keyboards, when multiple keyboards are available.
128+
125129
</details>
126130

127131
<details><summary><b>Changed</b></summary>
@@ -176,6 +180,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
176180

177181
- Various performance improvements.
178182

183+
- Drop support for macOS < 11.1 (Big Sur) :(
184+
185+
- Updated SDL2 to SDL3
186+
179187
</details>
180188

181189
<details><summary><b>Fixed</b></summary>

0 commit comments

Comments
 (0)