summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index b08fc51..101b16e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
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.
+ * Various API documentation fixes.
+ * Added support for optional probes for PDs.
0.1.1 (2013-01-27)
------------------