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
commit3eff9a2d581311905f71a98a67b6391a561d5517 (patch)
tree0d87f151ae469442bdfe8284917285f1d000eff0 /CHANGELOG.rst
parentAdding upstream version 1.33.0. (diff)
downloadyamllint-upstream.tar.xz
yamllint-upstream.zip
Adding upstream version 1.35.1.upstream/1.35.1upstream
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)
-------------------