Skip to content

Commit

Permalink
Updated CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Mar 24, 2024
1 parent 22dc9fd commit 42394ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.2.7

* Fixed a bug where a `gc` race would cause us to erroneously hold onto a file handle longer than we need to.
* Improved error reporting and logging around sending `GET` requests.
* Fixed an issue where `Transfer-Encoding: chunked` didn't work quite correctly, if headers aren't sent in a single read.
* Changed how `--ephemeral` bottles work; now one running instance if completely independent from another, unlike normal bottles, where multiple executions share the environment.
* Changed how stubs are reported when listing plugins.
* Fixed a bug relating to plugin loading and ARGS clobbering.
* Abstracted out the `common.handleize` method.

# 1.2.6

* Added in support for arbitrary execution of strings, rather than just of files with `exec`.
Expand Down

0 comments on commit 42394ee

Please sign in to comment.