summaryrefslogtreecommitdiff
path: root/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2025-01-14 14:23:28 +0000
committerLibravatar GitHub <noreply@github.com>2025-01-14 14:23:28 +0000
commitb8ef9fc4bcccc6c024edaa8e9c91a6bf87f83dd9 (patch)
tree68eaf966c80237e18993e887c8583355f0943ca7 /vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md
parent[chore] better dns validation (#3644) (diff)
downloadgotosocial-b8ef9fc4bcccc6c024edaa8e9c91a6bf87f83dd9.tar.xz
bump uptrace/bun dependencies from 1.2.6 to 1.2.8 (#3645)
Diffstat (limited to 'vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md')
-rw-r--r--vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md b/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md
deleted file mode 100644
index f27126f84..000000000
--- a/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# Changelog
-
-[comment]: # (Changes since last release go here)
-
-## 2.1.8 - Jun 27th 2023
-
-* Added support for YAML serialization/deserialization
-
-## 2.1.7 - Apr 13th 2023
-
-* Renamed test_utils.go to utils_test.go
-
-## 2.1.6 - Feb 15th 2023
-
-* Added `GetAndMoveToBack()` and `GetAndMoveToFront()` methods
-
-## 2.1.5 - Dec 13th 2022
-
-* Added `Value()` method
-
-## 2.1.4 - Dec 12th 2022
-
-* Fixed a bug with UTF-8 special characters in JSON keys
-
-## 2.1.3 - Dec 11th 2022
-
-* Added support for JSON marshalling/unmarshalling of wrapper of primitive types
-
-## 2.1.2 - Dec 10th 2022
-* Allowing to pass options to `New`, to give a capacity hint, or initial data
-* Allowing to deserialize nested ordered maps from JSON without having to explicitly instantiate them
-* Added the `AddPairs` method
-
-## 2.1.1 - Dec 9th 2022
-* Fixing a bug with JSON marshalling
-
-## 2.1.0 - Dec 7th 2022
-* Added support for JSON serialization/deserialization