We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc82f commit c1732baCopy full SHA for c1732ba
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.0 (2019-01-21)
4
+
5
+* Feature: Improve platform support (chroot environments, Mac and others) and
6
+ do not inherit open FDs to SSH child process by overwriting and closing.
7
+ (#10 by @clue)
8
9
## 1.0.0 (2018-12-19)
10
11
* First stable release, following SemVer
README.md
@@ -461,7 +461,7 @@ This project follows [SemVer](https://semver.org/).
461
This will install the latest supported version:
462
463
```bash
464
-$ composer require clue/reactphp-ssh-proxy:^1.0
+$ composer require clue/reactphp-ssh-proxy:^1.1
465
```
466
467
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments