@@ -1,9 +1,9 @@
-## 1.7.2 [unreleased]
+## 1.7.2
- Cancel all queries on page nav
- Prevent Ace from taking over find command
- Added ability to use hashes for smart columns
-- Added ability to inherit smart variables
+- Added ability to inherit smart variables and columns from other data sources
## 1.7.1
@@ -228,7 +228,7 @@ smart_columns:
city_id: "SELECT id, name FROM cities WHERE id IN {value}"
```
-You can also use a hash for static data and enums. [master]
+You can also use a hash for static data and enums.
```yml
smart_columns:
@@ -1,3 +1,3 @@
module Blazer
- VERSION = "1.7.1"
+ VERSION = "1.7.2"
end