Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
Moved content that should be in the unreleased section.
  • Loading branch information
lecoqlibre committed Nov 18, 2024
1 parent 533f5e5 commit 295d57d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-10-22

### Added

- Queries for auto-importing (`getImportedClasses`, `getImportedInterfaces`, `getImportedClassifiers`, `getImportedClassifiersWithoutPrimitives` and `getImportedTypesOfOperations`).
Expand All @@ -17,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `getOperationsToImplementOrDeclareFromInterfacesWithoutParents`.
- `getOperationsToImplementOrDeclare`.

## [1.1.0] - 2024-10-22

### Added

Ruby:
- Add Import method reading JSON and returning objects. ([PR #12](https://github.com/datafoodconsortium/connector-codegen/pull/12)).
- Add `SEMANTIC_TYPE` constant to every semantic class.
Expand Down

0 comments on commit 295d57d

Please sign in to comment.