Browse Source

Unified changelog (#3840)

Oskar Stark 9 years ago
parent
commit
15e52513ca
1 changed files with 4 additions and 4 deletions
  1. 4 4
      CHANGELOG.md

+ 4 - 4
CHANGELOG.md

@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [3.1.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.0.0...3.1.0) - 2016-05-17
 ### Added
-- Added AbstractAdmin, replacing Admin
+- Added `AbstractAdmin` class, replacing `Admin` one
 - Added `BaseMapper::keys` method
 
 ### Changed
@@ -14,8 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 - `RouteCollection::clearExcept` can now have a single string argument
 
 ### Deprecated
-- Deprecated `BaseFieldDescription::camelize()`
-- Deprecated `AdminHelper::camelize()`
+- Deprecated `BaseFieldDescription::camelize`
+- Deprecated `AdminHelper::camelize`
 - Deprecated `Admin` class
 - Deprecated `AdminExtension` class
 - Deprecated default template loading on exception mechanism
@@ -41,7 +41,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 - CSS class `sonata-autocomplete-dropdown-item` is not automatically added to dropdown
 autocomplete item in `sonata_type_model_autocomplete`, use option `dropdown_item_css_class`
 to set the CSS class of dropdown item.
-- Text from Admin's toString method is escaped for html output before adding in flash message to prevent possible XSS vulnerability.
+- Text from `Admin::toString` method is escaped for html output before adding in flash message to prevent possible XSS vulnerability.
 
 ### Removed
 - Remove `btn-outline` from doctrine-orm-admin form actions buttons