Skip to content

Commit 0534a18

Browse files
phansysfranmomu
authored andcommitted
Update changelog structure
1 parent 4ba5377 commit 0534a18

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a release.
1111

1212
```
1313
## [3.6.1] - 2022-07-26
14-
#### Fixed
14+
### Fixed
1515
- Sortable: Fix issue with add+delete position synchronization (#1932)
1616
```
1717

@@ -20,30 +20,30 @@ a release.
2020
## [Unreleased]
2121

2222
## [3.8.0] - 2022-07-17
23-
#### Added
23+
### Added
2424
- Sluggable: Add support for `DateTimeImmutable` fields
2525
- Tree: [NestedSet] `childrenQueryBuilder()` to allow specifying sort order separately for each field
2626
- Tree: [NestedSet] Added option to reorder only direct children in `reorder()` method
2727

28-
## Changed
28+
### Changed
2929
- Tree: In `ClosureTreeRepository::removeFromTree()` and `NestedTreeRepository::removeFromTree()` when something fails in the transaction, it uses the `code` from the original exception to construct the `\Gedmo\Exception\RuntimeException` instance instead of `null`.
3030

31-
#### Fixed
31+
### Fixed
3232
- Sluggable: Cast slug to string before passing it as argument 2 to `preg_match()` (#2473)
3333
- Sortable: [SortableGroup] Fix sorting date columns in SQLite (#2462).
3434
- PHPDoc of `AbstractMaterializedPath::removeNode()` and `AbstractMaterializedPath::getChildren()`
3535
- Retrieving the proper metadata cache from Doctrine when using a CacheWarmer.
3636

3737
## [3.7.0] - 2022-05-17
38-
## Added
38+
### Added
3939
- Add support for doctrine/persistence 3
4040

41-
## Changed
41+
### Changed
4242
- Removed call to deprecated `ClassMetadataFactory::getCacheDriver()` method.
4343
- Dropped support for doctrine/mongodb-odm < 2.3.
4444
- Make doctrine/cache an optional dependency.
4545

46-
## Fixed
46+
### Fixed
4747
- Loggable: Fix `appendNumber` renaming for files without extension (#2228)
4848

4949
## [3.6.0] - 2022-03-19

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ If there is a related GitHub issue, add it as a suffix to your change.
2626

2727
```
2828
## [Unreleased]
29-
### Loggable
30-
#### Fixed
31-
- Allow emoji in the docs (#123)
29+
### Fixed
30+
- Loggable: Allow emoji in the docs (#123)
3231
```
3332

3433
## What You Can Contribute

0 commit comments

Comments
 (0)