Previously it was using Rake task under the hood. Now it's a pure command. Old "rails notes ANNOTATION=custom" becomes "rails notes --annotations custom". Old syntax will continue to work outputting a deprecation message.
Active Storage will now store attachables assigned to a record after the record is saved rather than immediately. This will help in supporting validations before persisting the file.