add the init_meta thing to ::Delta
[gitmo/Moose.git] / lib / Moose / Manual / Delta.pod
index fdf8034..a804cd2 100644 (file)
@@ -19,7 +19,19 @@ feature.  If you encounter a problem and have a solution but don't see
 it documented here, or think we missed an important feature, please
 send us a patch.
 
-=head1 2.0500
+=head1 2.0600
+
+=over 4
+
+=item C<< ->init_meta >> is even less reliable at loading extensions
+
+Previously, calling C<< MooseX::Foo->init_meta(@_) >> (and nothing else) from
+within your own C<init_meta> had a decent chance of doing something useful.
+This was never supported behavior, and didn't always work anyway. Due to some
+implementation adjustments, this now has a smaller chance of doing something
+useful, which could break code that was expecting it to continue doing useful
+things. Code that does this should instead just call
+C<< MooseX::Foo->import({ into => $into }) >>.
 
 =item All the Cookbook recipes have been renamed
 
@@ -27,7 +39,9 @@ We've given them all descriptive names, rather than numbers. This makes it
 easier to talk about them, and eliminates the need to renumber recipes in
 order to reorder them or delete one.
 
-=head1 2.0300
+=back
+
+=head1 2.0400
 
 =over 4
 
@@ -91,7 +105,7 @@ attribute's reference.
 
 =back
 
-=head1 2.0100
+=head1 2.0200
 
 =over 4