* Fix typo in CHANGELOG
* Allow usage of additional_properties, deprecate additionalProperties
All other options are snake-cased rather than camel-cased, so this keeps things consistent.
* Ignore .byebug_history
* Add test covering additional_properties
* Fix additionalProperties for arrays of objects
* Fix settings additional_properties to false
* Handle receiving types and entities in additional_properties
This includes a fix to MoveParams.document_as_property for an issue found while testing these changes.
* Refactor to use Enumerable#any?
* Document additional_properties
* Update CHANGELOG