Skip to content

Commit 7b18722

Browse files
author
tanbro
committed
Merge tag 'v2.2a1' into develop
v2.2a1
2 parents da96563 + c5be2b7 commit 7b18722

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## 2.2a1
4+
5+
> 📅 **Date** 2024-9-22
6+
7+
- New:
8+
9+
- Add `flatten` argument. See [#46](https://github.com/tanbro/pyyaml-include/issues/46) for detail
10+
11+
- Bug fix:
12+
13+
- fix issue if glob_params is not int. See [#48](https://github.com/tanbro/pyyaml-include/pull/48) for detail
14+
15+
- Other update and improvement
16+
317
## 2.1
418

519
> 📅 **Date** 2024-5-5

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To include `1.yml`, `2.yml` in `0.yml`, we shall:
7777

7878
```yaml
7979
file1: !inc include.d/1.yml
80-
file2: !inc include.d/1.yml
80+
file2: !inc include.d/2.yml
8181
```
8282

8383
1. Load it

0 commit comments

Comments
 (0)