The document summarizes the changes in spring-security-core 2.0. Some key highlights include:
1. The plugin takes a more pessimistic lockdown approach by default for security.
2. Configuration properties were renamed and new ones were added to align more closely with Spring Security.
3. Packages were reorganized under the grails.plugin.springsecurity namespace for consistency.
4. Support for features like role groups, debugging filters, and Grails 2.3/2.4 were added.
5. The codebase was updated in various ways like using Spring Security's bcrypt implementation instead of copied code.
6. 31 remaining issues are scheduled to be