Lines Matching full:been
139 deprecation warnings and has been stable since rustc 1.13.0
261 - `IsoWeek` has been added for the ISO week without time zone.
274 - Intermediate implementation modules have been flattened (#161),
275 and `UTC` has been renamed to `Utc` in accordance with the current convention (#148).
301 but this duplicated the `Datelike::weekday` method and it had been hard to deal with
310 - `chrono::serde` and `chrono::naive::serde` modules have been added
365 - `chrono::prelude` module has been added. All other glob imports are now discouraged.
369 - `FixedOffset::local_minus_utc` and `FixedOffset::utc_minus_local` methods have been added.
376 - Formatting items and the `Parsed` type have been slightly adjusted so that
405 - The following methods and implementations have been renamed and older names have been *removed*.
412 - All subtraction implementations between two time instants have been moved to
421 - Rustc-serialize support for `Date<Tz>` types and all offset types has been dropped.
423 These implementations were automatically derived and never had been in a good shape.
427 - The following method aliases deprecated in the 0.2 branch have been removed.
436 - `chrono::offset::add_with_leapsecond` has been removed.
460 and tons of cross-references have been added. (#77, #78, #80, #82)
462 - `DateTime::timestamp_subsec_{millis,micros,nanos}` methods have been added. (#81)
471 Workaround has been implemented. (#85)
478 - The documentation for `%+` has been updated to reflect the current status. (#71)
490 - `serde` dependency has been updated to 0.7. (#63, #64)
500 - `DateTime::date` had been wrong when the local date and the UTC date is in disagreement. (#61)
566 relevant `Rustc{En,De}codable` implementations for supported types has been added.
609 - `LocalResult::map` convenience method has been added.
616 - The following methods have been added to all date and time types:
622 - The following methods have been added to all timezone-aware types:
629 - `parse_from_str` method has been added to all naive types and `DateTime<FixedOffset>`.
634 - `chrono::format` has been greatly rewritten.
651 - `[Naive]DateTime::*num_seconds_from_unix_epoch*` methods have been renamed to
652 simply `timestamp` or `from_timestamp*`. The original names have been deprecated.
656 - `Time` has been removed. This also prompts a related set of methods in `TimeZone`.
667 - `with_offset` method has been removed. Use `with_timezone` method instead.
685 - `Offset::name` has been replaced by a `std::fmt::String` implementation to `Offset`.
705 - `{Date,Time,DateTime}::with_offset` methods have been added.
709 - `LocalResult::and_*` methods have been added.