aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-03-24 18:40:13 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-03-24 18:40:13 -0400
commit42394eed8c1b73070f62531f590ddeb253ab32a4 (patch)
tree13d3dd49edfb583acaaae7d1912c44af03ff2c90 /CHANGELOG.md
parent22dc9fda2156466e101bec22a4967c7506d46595 (diff)
downloadlite-xl-plugin-manager-42394eed8c1b73070f62531f590ddeb253ab32a4.tar.gz
lite-xl-plugin-manager-42394eed8c1b73070f62531f590ddeb253ab32a4.zip
Updated CHANGELOG.md.v1.2.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe97d3f..cc366f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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`.