README.markdown in rails3-jquery-autocomplete-0.7.0 vs README.markdown in rails3-jquery-autocomplete-0.7.1
- old
+ new
@@ -270,13 +270,16 @@
You can run the integration tests with the cucumber command while on the
integration folder:
cd integration
+ rake db:migrate
cucumber
# Changelog
+* 0.7.1 Fixed joined scopes (Issue #43)
+* 0.7.0 Scopes
* 0.6.6 ILIKE for postgres
* 0.6.5 JS select event
* 0.6.4 Use YAJL instead of JSON
* 0.6.3 SimpleForm plugin
* 0.6.2 Fix Issue #8