CHANGES.md in ruby-jss-2.0.0b3 vs CHANGES.md in ruby-jss-2.0.0b5

- old
+ new

@@ -24,9 +24,10 @@ - The Classic and Jamf Pro APIs are no longer separated into the JSS and Jamf modules. There is only the `Jamf` module, and `JSS` is merely an alias of it, so all your code refering to the JSS module should still work. - Auto-generated classes for the Jamf Pro API - Base classes for JamfPro API objects are automatically generated from the OAPI3 Schema available at https://your.jamf.server/api/schema. This make it much simpler for ruby-jss to implement and update new and changed objects and endpoints in the Jamf Pro API. - Code is auto-loaded from disk - Because the auto-generated classes add hundreds of files to the gem, ruby-jss now uses [Zeitwerk](https://github.com/fxn/zeitwerk) to auto-load only the files it needs when they are needed. +- Support for Ruby 3.x ## \[1.6.7] - 2022-02-22 ### Added