@@ -563,7 +563,7 @@ for advice on updating a specific deprecated feature.
563563-  Added ` Utilities.set_with_dimension ` 
564564-  Added two-argument ` optimize!(::AbstractOptimizer, ::ModelLike) ` 
565565-  The experimental feature ` copy_to_and_optimize! `  has been removed
566- -  Det bridges now support getting ` ConstraintFunction `  and ` ConstraintSet ` 
566+ -  ` Det `  bridges now support getting ` ConstraintFunction `  and ` ConstraintSet ` 
567567-  Various minor bug fixes identified by improved testing
568568
569569## v0.10.1 (September 8, 2021)  
@@ -757,7 +757,8 @@ This release contains backports from the ongoing development of the v0.10 releas
757757## v0.9.18 (November 3, 2020)  
758758
759759-  Various improvements for working with complex numbers
760- -  Added ` GeoMeantoRelEntrBridge `  to bridge a geomean constraint to a relative entropy constraint
760+ -  Added ` GeoMeantoRelEntrBridge `  to bridge a ` GeometricMeanCone `  constraint to a
761+   relative entropy constraint
761762
762763## v0.9.17 (September 21, 2020)  
763764
@@ -891,7 +892,7 @@ This release contains backports from the ongoing development of the v0.10 releas
891892  *  Added support for starting values for ` Variable.VectorizeBridge `  (#944  ).
892893  *  Fixed ` MOI.add_constraints `  with non-bridged variable constraint on bridged
893894    variable (#951  ).
894-   *  Fixed corner cases and docstring of geomean bridge  (#961  , #962  , #966  ).
895+   *  Fixed corner cases and docstring of ` GeoMeanBridge `  (#961  , #962  , #966  ).
895896  *  Fixed choice between variable or constraint bridges for constrained
896897    variables (#973  ).
897898  *  Improve performance of bridge shortest path (#945  , #946  , #956  ).
@@ -920,7 +921,7 @@ This release contains backports from the ongoing development of the v0.10 releas
920921  *  Added ` InvalidIndex `  tests in ` basic_constraint_tests `  (#921  ).
921922  *  Added tests for the constant term in indicator constraint (#929  ).
922923-  Bridges improvements:
923-   *  Added support for starting values for functionize  bridges (#923  ).
924+   *  Added support for starting values for ` Functionize `  bridges (#923  ).
924925  *  Added variable indices context to variable bridges (#920  ).
925926  *  Fixed a typo in printing o ` debug_supports `  (#927  ).
926927
@@ -1067,7 +1068,7 @@ This release contains backports from the ongoing development of the v0.10 releas
10671068-  Performance improvement in ` default_copy_to `  and bridge optimizer (#696  ).
10681069-  Add ` Silent `  and implement setting optimizer attributes in caching and mock
10691070  optimizers (#695  ).
1070- -  Add functionize  bridges (SingleVariable and VectorOfVariables) (#659  ).
1071+ -  Add ` Functionize `  bridges (SingleVariable and VectorOfVariables) (#659  ).
10711072-  Minor typo fixes (#694  ).
10721073
10731074## v0.8.3 (March 6, 2019)  
0 commit comments