diff --git a/History.md b/History.md index 206544b..069ab1e 100644 --- a/History.md +++ b/History.md @@ -26,7 +26,15 @@ * Disallow variable names in the strict parser that are not valid in the lax parser (#463) [Justin Li] * Fix BlockBody#warnings taking exponential time to compute (#486) [Justin Li] -## 3.0.3 / 2015-05-28 / branch "3-0-stable" +## 3.0.5 / 2015-07-23 / branch "3-0-stable" + +* Fix test failure under certain timezones [Dylan Thacker-Smith] + +## 3.0.4 / 2015-07-17 + +* Fix chained access to multi-dimensional hashes [Florian Weingarten] + +## 3.0.3 / 2015-05-28 * Fix condition parse order in strict mode (#569) [Justin Li]