diff --git a/README.md b/README.md index 515474a9..a76bf6cd 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ See [VelocityJS.org/#dependencies](http://VelocityJS.org/#dependencies) for more ###**New** -- 1.0.0: Coming soon. `jquery.velocity.js` will be renamed to `velocity.js`. jQuery will no longer be required, but Velocity will work as normal if jQuery is present. Two backwards-incompatible changes: 1) You must iterate through begin/complete/promise/progress callback elements since they are always passed wrapped in an array now. 2) The `bounce` and `elastic` easings have been removed. -- 0.1.0: `stop` now stops animations *immediately* (instead of just clearing the remainder of the animation queue). No other backwards-incompatible changes were made. +- **1.0.0**: Coming soon. `jquery.velocity.js` will be renamed to `velocity.js`. jQuery will no longer be required, but Velocity will work as normal if jQuery is present. Two backwards-incompatible changes: 1) You must iterate through begin/complete/promise/progress callback elements since they are always passed wrapped in an array now. 2) The `bounce` and `elastic` easings have been removed. +- **0.1.0**: `stop` now stops animations *immediately* (instead of just clearing the remainder of the animation queue). No other backwards-incompatible changes were made. ###**Comparisons**