#2175309 by jeffam: Added Block add/edit pages can still use site theme when an admin theme is enabled.
#2148923 by codeamatic, nielsdefeyter, lahode: Fixed Unable to translate bean blocks.
#2201503 by jlyon, sherakama | ibotvinn: Fixed Block cache not flushed after editing a bean.
#2337555 by catch: Add static caching to bean_load_delta().
#1924126 by DamienMcKenna: Group beans by block type in the CTools/Panels content type (sic) plugin
#1978808 by k.minkov: Assign bean object to form on insert
#1990112 by rodrigo panchiniak fernandes: Minor Typo at README.txt
#1961464 by jamsilver: Extra fields needed for label, revision and view_mode form elements.
#1973696 by pcambra: Fix bean.api.php to set path and file in the class level.
#1935770 by rooby: Beans without a title should not fallback to showing the admin label but instead show no title at all
First Release Candidate. This means we are in an API freeze. New features can be added but no more change will happen to the API unless critically necessary.
The interface bean_type_plugin_interface has changed the validate method to include &$form_state as the second argument. Be sure to change any plugins using the validate method.