Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 4, 2024
1 parent e227a2a commit 56e91ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
=== Added

- Introduce NoSQLRepository
- Include the semistructured layers (mapping and communication)
- Include Column and Document Templates

=== Removed

- Remove column and document from communication API.

== [1.1.0] - 2023-02-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class RepositoryDocumentBean<T extends DataRepository<T, ?>> extends Abst
* @param type the tye
* @param provider the provider name, that must be a
*/
@SuppressWarnings("unchecked")
public RepositoryDocumentBean(Class<?> type, String provider) {
this.type = (Class<T>) type;
this.types = Collections.singleton(type);
Expand Down

0 comments on commit 56e91ed

Please sign in to comment.