Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
update landing page to reflect new version
  • Loading branch information
evanchooly committed Sep 26, 2019
1 parent 8f2675b commit 1b0d657
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Version 1.5.4 (Sep 25, 2019)

### 8 Issues Resolved
#### ![](https://placehold.it/15/fc2929/000000?text=+) BUG
* [Issue #1181](https://github.com/MorphiaOrg/morphia/issues/1181): Incompatibility between doc and API for datastore.createQuery
* [Issue #1358](https://github.com/MorphiaOrg/morphia/issues/1358): add and addAll docs have boolean values backwards
* [Issue #1365](https://github.com/MorphiaOrg/morphia/issues/1365): 1.5.3 uses slf4j version 1.8.0-beta2

#### ![](https://placehold.it/15/fbca04/000000?text=+) DOCS
* [Issue #1181](https://github.com/MorphiaOrg/morphia/issues/1181): Incompatibility between doc and API for datastore.createQuery
* [Issue #1358](https://github.com/MorphiaOrg/morphia/issues/1358): add and addAll docs have boolean values backwards

#### ![](https://placehold.it/15/84b6eb/000000?text=+) ENHANCEMENT
* [Issue #1371](https://github.com/MorphiaOrg/morphia/issues/1371): Deprecate @Serialized
* [Issue #1373](https://github.com/MorphiaOrg/morphia/issues/1373): Deprecate @PreSave
* [Issue #1376](https://github.com/MorphiaOrg/morphia/issues/1376): Deprecate @NotSaved
* [Issue #1378](https://github.com/MorphiaOrg/morphia/issues/1378): Add a note about return values on the save/insert methods

#### ![](https://placehold.it/15/cc317c/000000?text=+) QUESTION
* [Issue #1381](https://github.com/MorphiaOrg/morphia/issues/1381): Why deprecated - Datastore.get(Class, id) & .delete(Class, id) ?

## Version 1.5.3 (May 30, 2019)

### 3 Issues Resolved
Expand Down
Empty file modified build-plugins/pom.xml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion docs/landing/data/releases.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[versions]]
version = "1.5.3"
version = "1.5.4"
status = "current"
docs = "./1.5"
api = "/javadoc"
Expand Down
Empty file modified entityscanner-plug/pom.xml
100755 → 100644
Empty file.
Empty file modified examples/pom.xml
100755 → 100644
Empty file.
Empty file modified guice-plug/pom.xml
100755 → 100644
Empty file.
Empty file modified logging-slf4j/pom.xml
100755 → 100644
Empty file.
Empty file modified morphia/pom.xml
100755 → 100644
Empty file.
Empty file modified no-proxy-deps-tests/pom.xml
100755 → 100644
Empty file.
Empty file modified pom.xml
100755 → 100644
Empty file.
Empty file modified util/pom.xml
100755 → 100644
Empty file.
Empty file modified validation/pom.xml
100755 → 100644
Empty file.

0 comments on commit 1b0d657

Please sign in to comment.