CHANGELOG in cast-0.2.1 vs CHANGELOG in cast-0.3.0

- old
+ new

@@ -1,5 +1,10 @@ +== 0.3.0 2016-03-21 + + * Fix popping & shifting from an empty NodeList. + * Add FloatLiteral#exponent and require exponent for hex floats. + == 0.2.1 2012-12-19 * Parse adjacent string literals correctly. == 0.2.0 2012-05-14 @@ -16,10 +21,10 @@ * IntLiteral and FloatLiteral #format is now the first field. * More meaningful parse error messages. * Printing (#to_s): * FunctionDef#no_prototype? is now honored. * ':' is now printed for labels. - * Consequetive unary operators no longer conflict with other + * Consecutive unary operators no longer conflict with other operators (e.g. "+ +" instead of "++"). * Sizeof is printed with parentheses (not mandated by C99, but conventional). * Signedness qualifier is always printed for char. * Longness is printed correctly for Bool, Complex, Imaginary.