Making a lot of previously-private methods and ivars public or protected
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5219aa34429609a26f6fbe1fd10e48a4b769fb3c..32e7941bdcbafb94cf491c1d38fef35984474392 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,3 +5,4 @@
 - New: BSPrinterRootPage::setHeaderCode() allows injecting in between the <head> tag of the root page element (creates BSPrinterRootPage::$headerCode)
 - New: BSPrinterAbstract::setId() allows all elements to have an id attribute added in _prepareStyle()
 - New: Added an ability to quick-set API information via an array with BSApi::setArray()
+- New: Made many private members protected or public