Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
4749cc93
Commit
4749cc93
authored
Jun 19, 2021
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
78a0ba0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ChangeLog.rst
ChangeLog.rst
+3
-3
No files found.
ChangeLog.rst
View file @
4749cc93
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
FMTCompileNew/9223372036854775807 5.28 ns 5.26 ns 130711631
FMTCompileNew/9223372036854775807 5.28 ns 5.26 ns 130711631
----------------------------------------------------------------------------
----------------------------------------------------------------------------
And
even faster than ``std::to_chars`` from libc++ compiled with clang on
It is
even faster than ``std::to_chars`` from libc++ compiled with clang on
macOS::
macOS::
----------------------------------------------------------------------------
----------------------------------------------------------------------------
...
@@ -221,8 +221,8 @@
...
@@ -221,8 +221,8 @@
fmt::print("{:L}\n", monday); // prints "пн"
fmt::print("{:L}\n", monday); // prints "пн"
}
}
* Improved locale handling in chrono formatting
(
* Improved locale handling in chrono formatting
`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_,
(
`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_,
`#2349 <https://github.com/fmtlib/fmt/pull/2349>`_,
`#2349 <https://github.com/fmtlib/fmt/pull/2349>`_,
`#2350 <https://github.com/fmtlib/fmt/pull/2350>`_).
`#2350 <https://github.com/fmtlib/fmt/pull/2350>`_).
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment