Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 5, 2023
1 parent 4357724 commit 829e313
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,18 +308,18 @@ Additionally, there is a documentation fix that reverts an incorrect guarantee:

## [0.4.18] - 2020-09-26

* Restore support for x86_64-fortanix-unknown-sgx
* Restore support for `x86_64-fortanix-unknown-sgx`

## [0.4.17] - 2020-09-26

* Fix a name resolution error in wasm-bindgen code introduced by removing the dependency on time
* Fix a name resolution error in `wasm-bindgen` code introduced by removing the dependency on time
v0.1

## [0.4.16] - 2020-09-25

### Features

* Add %Z specifier to the `FromStr`, similar to the glibc strptime
* Add %Z specifier to the `FromStr`, similar to the glibc `strptime`
(does not set the offset from the timezone name)

* Drop the dependency on time v0.1, which is deprecated, unless the `oldtime`
Expand Down Expand Up @@ -442,7 +442,7 @@ Additionally, there is a documentation fix that reverts an incorrect guarantee:

* Make Datetime arithmatic adjust their offsets after discovering their new
timestamps (@quodlibetor #337)
* Put wasm-bindgen related code and dependencies behind a `wasmbind` feature
* Put `wasm-bindgen` related code and dependencies behind a `wasmbind` feature
gate. (@quodlibetor #335)

## [0.4.8] - 2019-08-31
Expand Down Expand Up @@ -817,6 +817,8 @@ and replaced by 0.2.25 very shortly. Duh.)
up to 3, 6 or 9 decimal digits. This is a natural extension to the existing `%f`.
Note that this is (not yet) generic, no other value of precision is supported. (#45)

- Tons of supporting examples for the documentation have been added. More to come.

### Changed

- Forbade unsized types from implementing `Datelike` and `Timelike`.
Expand Down Expand Up @@ -857,6 +859,11 @@ and replaced by 0.2.25 very shortly. Duh.)

## [0.2.13] - 2015-04-29

This version is finally beta-compatible.

This introduces a slight incompatibility, namely, due to the rewired reexport for `chrono::Duration`
(which now comes from crates.io `time` crate).

### Added

- The optional dependency on `rustc_serialize` and
Expand Down Expand Up @@ -903,7 +910,7 @@ Language changes.

## [0.2.8] - 2015-03-30

0.2.8: language changes.
Language changes.

- Slice patterns are now feature gated.

Expand Down Expand Up @@ -957,6 +964,8 @@ Language & docs changes.

## [0.2.1] - 2015-02-21

- Language changes: `std::hash` has been renewed.

### Changed

- `DelayedFormat` no longer conveys a redundant lifetime.
Expand Down Expand Up @@ -1037,7 +1046,7 @@ Language & docs changes.

Language changes.

- Replaced remaining occurrences of Show with Debug.
- Replaced remaining occurrences of `Show` with `Debug`.
- Dependency upgrades.

## [0.1.17] - 2015-01-29
Expand Down Expand Up @@ -1065,7 +1074,7 @@ Language changes.

## [0.1.13] - 2015-01-10

Language changes and fmt::String supports.
Language changes and `fmt::String` supports.

### Changed

Expand Down Expand Up @@ -1127,19 +1136,27 @@ Language changes.

## [0.1.6] - 2014-12-25

Fixed tests per language changes and .travis.yml.
Fixed tests per language changes and `.travis.yml`.

This also switches to the crates.io dependency unconditionally.

## [0.1.5] - 2014-12-17

Language changes.

- Add and Sub requires a value instead of a reference.
- `Add` and `Sub` requires a value instead of a reference.
- Tuple indexing is now ungated.

## [0.1.4] - 2014-12-13

Language changes.

- `Copy` is now opt-in. Every `Copy`able type is made to implement `Copy`. While unlikely, I haven't deeply thought about `Copy`ability so it might change in 0.2.

### Added

- Added a BIG (friendly) limitation section to the README.

### Fixed

- Fixed a bug that `Date::and_*` methods with an offset that can change the date are
Expand Down Expand Up @@ -1172,6 +1189,7 @@ Language changes.
### Changed

- Chrono no longer needs `num` dependency.
- Removed unused `unsafe` checks.

## [0.1.1] - 2014-11-21

Expand Down

0 comments on commit 829e313

Please sign in to comment.