The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- AB0805-T3 support with `NervesTime.RTC.Abrocon.AB0805
- Elixir 1.10 and earlier are no longer supported and will produce a warning if used.
v0.2.1 - 2022-03-04
- Use
NaiveDateTime.new/8
when decoding date to prevent confusing%Inspect.Error{}
struct - [
B5ZE
] Don't attempt to decode a date if the RTC clock integrity is not guaranteed
v0.2.0 - 2022-02-25
-
You must now explicitly choose which Abracon RTC model you wish to use in your
config.exs
-
Existing behavior in
NervesTime.RTC.Abracon
was moved toNervesTime.RTC.Abracon.IBO5
and you will need to update yourconfig.exs
:config :nerves_time, rtc: NervesTime.RTC.Abracon.IBO5
- AB-RTCMC-32.768kHz-B5ZE-S3 support with
NervesTime.RTC.Abracon.B5ZE
v0.1.1 - 2020-03-15
- Improve error return when the RTC isn't found
v0.1.0 - 2020-03-15
Initial release