branch: elpa/inf-clojure
commit bdd741e9c1f502b57cb1b8c47e3e601a0fc4019d
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update CHANGELOG with #136/#153 fix
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b939e9531..bcab51a92f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
- Fix truncated autoload cookie on `inf-clojure-connect`.
- Fix `prefix-arg` vs `current-prefix-arg` in REPL startup.
- [#219](https://github.com/clojure-emacs/inf-clojure/issues/219): Fix
`project-root` error when no project is detected (e.g. Squint REPL outside a
project).
+- [#136](https://github.com/clojure-emacs/inf-clojure/issues/136): Fix
preoutput filter to handle chunked comint output correctly, preventing spurious
newlines (#153) and improving reliability of output filtering.
## 3.3.0 (2025-05-25)