Skip to content

Commit

Permalink
Reword the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Aug 22, 2023
1 parent 6e77a1e commit 9909eaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [3.1.0]- 2023-08-22
### [3.1.0] - 2023-08-22

#### Added

* Add the `aerospike-clj.collections/->map` function, which is similar to `clojure.core/mapv`, but it's more efficient
* Add the `aerospike-clj.collections/->list` function, which is similar to `clojure.core/mapv`, but it's more efficient
when the input is not a Clojure sequence.

#### Changed

* Make the `aerospike-clj.utils/v->array` multi-arity, allowing to pass a `mapper-fn` to map the values before setting
them into the array.
* Optimize the `aerospike-clj.utils/v->array` function by `java.util.Collection#toArray` with a 0-length array, this
will force the implementation to use the more performant `java.util.Arrays.copyOf`.
* Optimize the `aerospike-clj.utils/v->array` function by calling `java.util.Collection#toArray` with a 0-length array,
this will force the implementation to use the more performant `java.util.Arrays.copyOf`.

#### Deprecated

Expand Down

0 comments on commit 9909eaa

Please sign in to comment.