vendor-fetch lists available libraries (#2976)

* vendor-fetch lists available libraries

from `github.com/c3lang/vendor` when no library is specified.

* add release notes
This commit is contained in:
Manu Linares
2026-02-24 18:55:18 -03:00
committed by GitHub
parent d4dbe27072
commit 992890065a
4 changed files with 48 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
- Properly support `@deprecated` as contract.
- Support deprecating enum values.
- Improve error when trying to use an extern const as a compile time constant. #2969
- `vendor-fetch` command now lists all available packages by default. #2976
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831