diff --git a/docs/blog/0.46.md b/docs/blog/0.46.md index 79b02e2cd99..5cf74f8b89e 100644 --- a/docs/blog/0.46.md +++ b/docs/blog/0.46.md @@ -19,10 +19,10 @@ To [try out Rill Developer, check out these instructions](/home/install) and [jo Out of the box comparisons have always been a major part of Rill and now we've added comparisons to Rill's Alerts and Pivot tables. This allows you to specify alert criteria on comparison values, such as, "hey alert me if any of my top 100 customers has a decline in sales greater then 10% compared to last week". We've also introduced comparisons to the pivot table where you now can easily toggle on or off time comparisons and easily track changes in your metrics while exploring within the pivot table. Enjoy! ## Rill Developer -In addition to various fixes and performance improvements we have are now grouping the Tables underneath their corresponding connectors for multi connector projects and bring-your-own-olap-engine projects. +In addition to various fixes and performance improvements we have are now grouping the Tables underneath their corresponding connectors for multi connector projects and bring-your-own-OLAP-engine projects. ## OLAP Engines - Even easier -Now you can connect to your own olap engine, such as ClickHouse, Druid or Pinot, without having to restart Rill or passing in connection strings as startup parameters. It's as easy as selecting ClickHouse in the Connect dialog and off you go! +Now you can connect to your own OLAP engine, such as ClickHouse, Druid or Pinot, without having to restart Rill or passing in connection strings as startup parameters. It's as easy as selecting ClickHouse in the Connect dialog and off you go! ## Bug Fixes and Misc