mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 23:36:17 +00:00
updated CHANGELOG.md
.
This commit is contained in:
parent
1f40b03ab9
commit
3220d0f15d
13
CHANGELOG.md
13
CHANGELOG.md
@ -10,10 +10,23 @@ Versions with only mechnical changes will be omitted from the following list.
|
|||||||
|
|
||||||
## 0.2.15 (in development)
|
## 0.2.15 (in development)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Padding modifiers `%_?`, `%-?` and `%0?` are implemented.
|
||||||
|
They are glibc extensions which seem to be reasonably widespread (e.g. Ruby).
|
||||||
|
|
||||||
|
- Added `%:z` specifier and corresponding formatting items
|
||||||
|
which is essentially same to `%z` but with a colon.
|
||||||
|
|
||||||
|
- Added a new specifier `%.f` which precision adapts from the input.
|
||||||
|
This was added as a response to the UX problems in the original nanosecond specifier `%f`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `Numeric::Timestamp` specifier (`%s`) was ignoring the time zone offset when provided.
|
- `Numeric::Timestamp` specifier (`%s`) was ignoring the time zone offset when provided.
|
||||||
|
|
||||||
|
- Improved the documentation and associated tests for `strftime`.
|
||||||
|
|
||||||
## 0.2.14 (2015-05-15)
|
## 0.2.14 (2015-05-15)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user