Skip to content

Commit e8deaf2

Browse files
committed
Update changelog
1 parent 128ba14 commit e8deaf2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@
142142
an embedded null byte
143143
(https://github.com/fmtlib/fmt/pull/4732). Thanks @user202729.
144144
145-
- Fixed an out-of-bounds read in `fmt::vprintf` with a trailing `%`
145+
- Fixed out-of-bounds reads in `printf` formatting
146146
(https://github.com/fmtlib/fmt/issues/4741,
147-
https://github.com/fmtlib/fmt/pull/4742). Thanks @Algunenano.
147+
https://github.com/fmtlib/fmt/pull/4742,
148+
https://github.com/fmtlib/fmt/pull/4800).
149+
Thanks @Algunenano and @aizu-m.
148150
149151
- Fixed the return type of the `f(un)lockfile` wrappers on Windows
150152
(https://github.com/fmtlib/fmt/pull/4739). Thanks @mvastola.
@@ -199,9 +201,10 @@
199201
https://github.com/fmtlib/fmt/pull/4713,
200202
https://github.com/fmtlib/fmt/pull/4729,
201203
https://github.com/fmtlib/fmt/pull/4751,
202-
https://github.com/fmtlib/fmt/pull/4758).
204+
https://github.com/fmtlib/fmt/pull/4758,
205+
https://github.com/fmtlib/fmt/pull/4799).
203206
Thanks @ZephyrLykos, @togunchan, @kagancansit, @BerndPetrovitsch,
204-
@Skylion007, @st0rmbtw and @localspook.
207+
@Skylion007, @st0rmbtw, @localspook and @EXtremeExploit.
205208
206209
- Improved documentation, including a rewrite of the format string syntax,
207210
better handling of doxygen tags, documenting `output_file`, fixing CSS so

0 commit comments

Comments
 (0)