CHANGELOG.md in nssql-0.1.1 vs CHANGELOG.md in nssql-1.0.0
- old
+ new
@@ -1,4 +1,9 @@
+## 1.0.0 (2019-08-07)
+
+ - New way of defining columns: `ns_column :column`
+ - Uses `include` to support inheritance from other classes
+
## 0.1.1 (2019-04-08)
- Now possible to get `table_name`, `primary_keys`, and `column` from a `NSSQL::Table`
- Fixes problem with `NSSQL.select_array` method