From 9ba07edb2ec7fcdd628cfa7155c4853160ebd5c3 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:37:16 +0800 Subject: build the documentation of official packages (#20986) * remove db stuffs * remove punycode * remove * fixes script * add cloner * patches * disable * patch * fixes external packages * disable two packages * preview documentation build * try again * fixes URL * fixes a bug * simplify * fixes documentaion * fixes * Apply suggestions from code review --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 046e65cb8..0b2b6e50d 100644 --- a/changelog.md +++ b/changelog.md @@ -119,6 +119,16 @@ - Using an unnamed break in a block is deprecated. This warning will become an error in future versions! Use a named block with a named break instead. +- Several Standard libraries are moved to nimble packages, use `nimble` to install them: + - `std/punycode` => `punycode` + - `std/asyncftpclient` => `asyncftpclient` + - `std/smtp` => `smtp` + - `std/db_common` => `db_connector/db_common` + - `std/db_sqlite` => `db_connector/db_sqlite` + - `std/db_mysql` => `db_connector/db_mysql` + - `std/db_postgres` => `db_connector/db_postgres` + - `std/db_odbc` => `db_connector/db_odbc` + - Previously, calls like `foo(a, b): ...` or `foo(a, b) do: ...` where the final argument of `foo` had type `proc ()` were assumed by the compiler to mean `foo(a, b, proc () = ...)`. This behavior is now deprecated. Use `foo(a, b) do (): ...` or `foo(a, b, proc () = ...)` instead. -- cgit 1.4.1-2-gfad0