Skip to content

Commit

Permalink
Adjust changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ebussieres committed Oct 27, 2022
1 parent b3f8ddf commit 980b780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ use one of the following artifactId according to the spring boot version that y

| ArtifactId | spring-boot version |
|-----------------------------------|---------------------|
| pebble-legacy-spring-boot-starter | 2.7.x |
| pebble-legacy-spring-boot-starter | 2.x.x |
| pebble-spring-boot-starter | 3.x.x |

# Breaking changes in version 3.2.x
- Rename package from `com.mitchellbosecke.pebble` to `io.pebbletemplates`
- Rename package from `com.mitchellbosecke` to `io.pebbletemplates`
- Change default suffix to `.peb` instead of `.pebble` in spring boot autoconfiguration
- Rename method `getInstance` to `createInstance` in `BinaryOperator` interface (#521)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/orchid/resources/changelog/v3_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ version: '3.2.0'
- Bump minimum supported java version to 17 in pebble-spring6 and pebble-spring-boot-starter in order to work with spring (#630)
- **BREAKING CHANGE**: Change default suffix to .peb instead of .pebble in spring boot autoconfiguration (#553)
- **BREAKING CHANGE**: Rename method getInstance to createInstance in BinaryOperator interface (#521)
- **BREAKING CHANGE**: Rename package from `com.mitchellbosecke.pebble` to `io.pebbletemplates`
- **BREAKING CHANGE**: Rename package from `com.mitchellbosecke` to `io.pebbletemplates`

0 comments on commit 980b780

Please sign in to comment.