X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=NEWS;h=09cd51fdf8ad16dc4ed0d7491e6253e2df414f76;hp=b08fc515a82c67ecb39d968e8c74245af7276924;hb=1f2e00d140ac41a3a61888f67fc6f96c4369bea3;hpb=10b3851672d9047941079bca052751855f5ea5fa diff --git a/NEWS b/NEWS index b08fc51..09cd51f 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,17 @@ 0.2.0 (2013-05-04) ------------------ -* Library: decoders now expose their options via the GSList *options field - in struct srd_decoder. -* API documentation fixes -* New supported protocol decoders: - - Dallas DS1307 RTC - + * 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. + * API related changes: + - Various API documentation fixes. + - srd_decoder_list() now returns 'const GSList *' instead of 'GSList *'. + - Added new srd_strerror() and srd_strerror_name() API calls. + * Added support for optional probes for PDs. 0.1.1 (2013-01-27) ------------------