Skip to content

Commit 8e7110f

Browse files
committed
added CHANGELOG
1 parent ca05a32 commit 8e7110f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### To Do
2+
* Failed operations to throw Exceptions over issuing PHP warnings (via a toggle)
3+
* Expose useful data pointers via `stream_metadata` (accessible through `stream_get_meta_data`)
4+
* Add tests covering stream closing
5+
* Add tests covering packet injection
6+
* Validate `php_url_parse` returns a `host` property (the network device name)
7+
8+
### Upcoming Release
9+
* Improved UDP/DNS tests
10+
* Selectable file descriptor (for `stream_cast`) is now cached
11+
12+
### 0.6.0
13+
* First public release

0 commit comments

Comments
 (0)