summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
commit744321bc11f7b1552d22a38848c2966befc98fef (patch)
tree10abfe9e2e150ae3cd3d5c4707fb90493a39d0d8 /CHANGELOG.rst
parentAdding debian version 1.33.0-1. (diff)
downloadyamllint-744321bc11f7b1552d22a38848c2966befc98fef.tar.xz
yamllint-744321bc11f7b1552d22a38848c2966befc98fef.zip
Merging upstream version 1.35.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0b847d2..c73e882 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,29 @@
Changelog
=========
+1.35.1 (2024-02-16)
+-------------------
+
+- Restore ignoration of files passed as command-line arguments
+- Revert API change from version 1.35.0
+
+1.35.0 (2024-02-15)
+-------------------
+
+- Fix failure on broken symlinks that should be ignored
+- API change: ``linter.run(stream, config)`` doesn't filter files anymore
+- Docs: Restore official Read the Docs theme
+
+1.34.0 (2024-02-06)
+-------------------
+
+- Config: validate ``ignore-from-file`` inside rules
+- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
+- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
+- Rule ``quoted-strings``: add ``check-keys`` option
+- Docs: add GitLab CI example
+- Rule ``truthy``: adapt forbidden values based on YAML version
+
1.33.0 (2023-11-09)
-------------------