lib/scrivito/user.rb in scrivito_sdk-1.8.1 vs lib/scrivito/user.rb in scrivito_sdk-1.9.0.rc1

- old
+ new

@@ -24,9 +24,12 @@ # Permits the user to invite other users to collaborate on the working copy. :invite_to, # Permits the user to publish the working copy. :publish, + + # Permits the user to access the publishing history + :read_history, ].freeze class << self # # Defines a new user.