X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=NEWS;h=101b16e24377ba7cd1928c64d0fd314dc702981e;hp=d86456e9feb0992a11726eb0d6d8ffc2c5144a83;hb=3d0530ef2115b56d3750c3557a0d45bd3831b7c6;hpb=d71834acaacc7fd8af6e7293231ecd7cd2743ccf diff --git a/NEWS b/NEWS index d86456e..101b16e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.2.0 (2013-05-04) +------------------ + + * Note: This release DOES change the libsigrokdecode public C API. This + means it is NOT backwards-compatible and frontends will need updates. + * New supported protocol decoders: + - Dallas DS1307 RTC + * Library: Decoders now expose their options via the GSList *options field + in struct srd_decoder. + * Various API documentation fixes. + * Added support for optional probes for PDs. + 0.1.1 (2013-01-27) ------------------