1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

core: add minimal Curl version in ChangeLog (issue #2195)

This commit is contained in:
Sébastien Helleu
2024-10-13 14:04:53 +02:00
parent de4231c842
commit 1bf4e466f9
+1
View File
@@ -8,6 +8,7 @@
- api: add special value `-` (hyphen-minus) in options of function command_options to prevent execution of commands
- relay/api: allow array with multiple requests in websocket frame received from client
- core, plugins: simplify help on parameters that can be repeated in commands
- build: require Curl ≥ 7.47.0 ([#2195](https://github.com/weechat/weechat/issues/2195))
### Added