Skip to content

Commit b4de355

Browse files
committed
Updated changelog
1 parent 1fdf953 commit b4de355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Made the macros in `const_format` usable when the crate is renamed.
99
Added a `#[cdeb(crate = "foo")]` helper attribute to
1010
pass the path to `const_format` to `ConstDebug`, useful when reexporting the derive macro.
1111

12+
Documented that `writec!(buff, "{foo}")` (where `foo` is a local variable) works,
13+
and is equivelent to `writec!(buff, "{}", foo)`.
14+
1215
### 0.2.5
1316

1417
Added the "assert" cargo feature,

0 commit comments

Comments
 (0)