Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lilactown committed Nov 15, 2024
1 parent 3e2c7ea commit 29fc856
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG.md

## 4.1.0

### Fixed

- `:visitor` on a join will take the full value if the value is a map, or be
called for each child if it's a collection. This matches the behavior that the
README says.

## 4.0.0

### Breaking
Expand Down Expand Up @@ -85,7 +93,7 @@ also supports arbitrary levels of nesting (up to computer memory limits).
## 3.0.0 to 3.1.2

Renamed to pyramid.
Experimental datalog-like query engine.
Experimental datalog-like query engine.
Internal refactor to use zippers.

## 2.0.0
Expand Down Expand Up @@ -135,7 +143,7 @@ functions for identifying entities.


;; autonormal.ident/by-keys is a helper that handles the specific case of
;; composing keys
;; composing keys
(a/db [] (ident/by-keys :person/id :food/name))
```

Expand Down

0 comments on commit 29fc856

Please sign in to comment.