branch: externals/llm commit 6408551c4043c28393103810ba0f3cf3d95ef4f0 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Add NEWS entry for the plz migration --- NEWS.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.org b/NEWS.org index fc1fc72faa..8840d60259 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* Version 0.15 +- Move to =plz= backend, which uses =curl=. This helps move this package to a + stronger foundation backed by parsing to spec. Thanks to Roman Scherer for + contributing the =plz= extensions that enable this, which are currently bundled + in this package but will eventually become their own separate package. * Version 0.14.2 - Fix mangled copyright line (needed to get ELPA version unstuck). - Fix Vertex response handling bug.