1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Document the percent-encoding mechanism

This commit is contained in:
Rasmus Rendal 2022-06-14 17:38:48 +02:00 committed by Théophane Hufschmitt
parent e8113747e1
commit 3411507696
2 changed files with 16 additions and 0 deletions

View file

@ -1 +1,5 @@
# Release X.Y (202?-??-??)
- [URL flake references](@docroot@/command-ref/new-cli/nix3-flake.md#flake-references) now support [percent-encoded](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1) characters.
- [Path-like flake references](@docroot@/command-ref/new-cli/nix3-flake.md#path-like-syntax) now accept arbitrary unicode characters (except `#` and `?`).