This repository was archived by the owner on Aug 25, 2025. It is now read-only.
4.5.0: coeffects support, permit strict executables
This release:
- adds
addCoeffect()andaddCoeffects()to functions and methods - permits strict-mode files with shebangs (e.g.
#!/usr/bin/env bash) - pseudomain functions remain banned in strict files; instead, use
<<_Entrypoint>>functions in strict mode executables - requires Hack/HHVM 4.93 or above