Merge ../butv10/core/framework
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cfec3816d545e086c86a3af926e9b3efcc005594..5219aa34429609a26f6fbe1fd10e48a4b769fb3c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 3.1.0
 ===================
 - Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's
-- Change: Removed the text indent on .input elements in BSPrinter
\ No newline at end of file
+- Change: Removed the text indent on .input elements in BSPrinter
+- 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()