Skip to content

Commit

Permalink
Track backtracked changes to 0.19.x and 0.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jan 18, 2024
1 parent 018c144 commit 8e99975
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
* [bmg-redis] insert, update and delete are now properly enclosed in
a redis transaction (via `redis.multi`).

## 0.20.5 - 2024-01-18

* Add more output references to CSV and XLSX writers. It is now possible
to ignore extra attributes, sort tuples before outputting, and reducing
redundancy via group attributes. See OutputPreference class.

* Ordering.new now supports a simple attribute list without asc/desc info.
Ascending order is used for all attributes in such case.

## 0.20.4 - 2022-12-15

* Fix `project.allbut` optimization under ruby <= 2.6
Expand Down Expand Up @@ -76,6 +85,15 @@
Warn: This may break your code, if you used `r.constants`
(private method) to inspect the Hash on the Operator class.

## 0.19.3 - 2024-01-18

* Add more output references to CSV and XLSX writers. It is now possible
to ignore extra attributes, sort tuples before outputting, and reducing
redundancy via group attributes. See OutputPreference class.

* Ordering.new now supports a simple attribute list without asc/desc info.
Ascending order is used for all attributes in such case.

## 0.19.2 - 2022-04-25

* Add support for `.extend(:x => :y)` shortcuts. They are
Expand Down

0 comments on commit 8e99975

Please sign in to comment.