diff --git a/CHANGELOG b/CHANGELOG index 04e70db2196c..753739de4854 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2013-01-07 Add framealpha keyword argument to legend - PO + 2012-12-22 Added classes for interpolation within triangular grids (LinearTriInterpolator) and to find the triangles in which points lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT