aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--columnar/columnar.go1
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8736110..ebc68ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net>
SPDX-License-Identifier: Apache-2.0
-->
+# v1.8.1 (TBD)
+
+Changes:
+
+- Fix package documentation for columnar missing from pkg.go.dev.
+
# v1.8.0 (2026-06-02)
Changes:
diff --git a/columnar/columnar.go b/columnar/columnar.go
index 7236901..bb549f8 100644
--- a/columnar/columnar.go
+++ b/columnar/columnar.go
@@ -26,7 +26,6 @@
// This package eliminates the boilerplate code that would be associated with
// converting a list of objects into the respective columnar form before
// marshaling, and vice versa after unmarshaling.
-
package columnar
import (