# SudoAttributes Changelog ## 1.0.1 * Removed Rails 3.1 dependency ## 1.0.0 * Rails 3.1 support * Removed `sudo_attr_protected/accessible` method, now available to all models * Better compatibility with Rails API for protected attrs * Added travis.yml CI support ## 0.5.2 * Let Rails handle exceptions ## 0.5.1 * Added `sudo_build` method ## 0.5.0 * Added `sudo_update_attributes!` method ## 0.4.0 * Changed API to match Rails protected attrs: `sudo_attr_protected` ## 0.3.0 * Added `sudo_create!` method ## 0.2.0 * Changed class method to `has_sudo_attributes` * Support array of protected attributes ## 0.1.0 * Code cleanup ## 0.0.1 * Initial release