Fix ArrayIterator interface implementation; remove usage of arraysize(), structsize...
[plcapi.git] / doc / api_changes_v4.md
index 2403020..ea9d4e1 100644 (file)
@@ -52,10 +52,10 @@ In case you had extended the classes of the library and added methods to the sub
 implementation clashes with the new one if you implemented:
 
 
-| Class     | Method      | Notes                                  |
-| --------- | ----------- | -------------------------------------- |
-| xmlrpcval | count       | implements interface Countable         |
-| xmlrpcval | getIterator | implements interface IteratorAggregate |
+| Class     | Method      | Notes                                   |
+| --------- | ----------- | --------------------------------------- |
+| xmlrpcval | count       | implements interface: Countable         |
+| xmlrpcval | getIterator | implements interface: IteratorAggregate |
 
 
 Global variables cleanup