HISTORY.md in netsuite-0.8.11 vs HISTORY.md in netsuite-0.8.12

- old
+ new

@@ -2,9 +2,18 @@ ### Added ### Fixed +## 0.8.12 + +### Added + +* Add NullFieldList record (to credit memos and invoices) (#529) +* Add `get_deleted` action to item records (#530) +* Add `get_deleted` action to Employee records (#531) +* Remove monkey patched `lower_camelcase` method on String (#533) + ## 0.8.11 ### Added * Update ServiceResaleItem record fields/record refs for 2021.2. `item_options_list`, `presentation_item_list`, `site_category_list`, `translations_list` were all removed as fields as the are not simple fields, they require special classes. (#500)