We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574e470 commit b531508Copy full SHA for b531508
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## Unreleased
8
+
9
+## 1.15.12 - 2024-05-13
10
11
+* Fix NPE when hashing ordered-set that contain `nil`.
12
13
## 1.15.11 - 2023-03-26
14
15
* Solve native image size problem by removing runtime `resolve` [#71](https://github.com/clj-commons/ordered/issues/71)
0 commit comments