diff options
Diffstat (limited to 'noatun/CHANGES')
-rw-r--r-- | noatun/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noatun/CHANGES b/noatun/CHANGES new file mode 100644 index 00000000..eb2df008 --- /dev/null +++ b/noatun/CHANGES @@ -0,0 +1,4 @@ +* Added assert()'s to Itemlist interface. All client code must adhere +with the reference semantics of Itemlist: never access it unless you make +sure that the reference is valid. + |