Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 10, 2023
1 parent 645eb6d commit 0629112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ WebSockets change log

## ?.?.? / ????-??-??

## 2.1.0 / 2023-12-10

* Merged PR #4: Add accessor for system's temporary directory - @thekid
* Merged PR #3: Access environment variable accessors - @thekid
* Fixed `xp ws` command to work correctly via Composer - @thekid
* Added PHP 8.4 to test matrix - @thekid
* Merged PR #2: Migrate to new testing library - @thekid

## 2.0.0 / 2021-10-24
Expand Down
2 changes: 1 addition & 1 deletion src/test/php/websocket/unittest/ListenersTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use websocket\{Environment, Listener, Listeners};

class ListenersTest {
const ID = 42;
const ID= 42;

/**
* Returns a Listeners instance wth a given implementation of `serve()`.
Expand Down

0 comments on commit 0629112

Please sign in to comment.