Skip to content

3.12.0: Export environment variables

Compare
Choose a tag to compare
@thekid thekid released this 03 Dec 12:01
· 85 commits to master since this release
  • Merged PR #93: Allow passing or removing environment variables via the
    new Environment::export() method
    (@thekid)
  • Fixed code not to yield output streams, the AsyncServer API does not
    expect any value there, but it might, see xp-framework/networking#28
    (@thekid)