CHANGELOG in populator-0.2.1 vs CHANGELOG in populator-0.2.2
- old
+ new
@@ -1,5 +1,11 @@
+*0.2.2* (September 1st, 2008)
+
+* performance improvements
+
+* improving inline documentation
+
*0.2.1* (August 30th, 2008)
* wrap sqlite inserts in transaction to improve performance
* default created_at/on and updated_at/on columns to current time
@@ -8,12 +14,12 @@
* adding :per_query option to limit how many inserts are made per query
* improving performance when nesting factories
-* adding Populate.sentences to generate a lot of text
+* adding Populator.sentences to generate a lot of text
-* adding Populate.words to fetch some random words
+* adding Populator.words to fetch some random words
*0.1.0* (August 27th, 2008)
* initial release