Fixed typo in .gitignore. Updated CHANGES.md. Closes #94 Closes #95
Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/820b1f2b Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/820b1f2b Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/820b1f2b Branch: refs/heads/master Commit: 820b1f2b0be6462281321758a4a167965ec12ea7 Parents: c5a233a Author: kaspersorensen <[email protected]> Authored: Thu Apr 21 16:25:56 2016 -0700 Committer: kaspersorensen <[email protected]> Committed: Thu Apr 21 16:28:46 2016 -0700 ---------------------------------------------------------------------- .gitignore | 2 +- CHANGES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/820b1f2b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 960f35f..e624e20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .project -.settings +.settings/ .classpath .metadata/ target/ http://git-wip-us.apache.org/repos/asf/metamodel/blob/820b1f2b/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 9ed7dc4..9be1b35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### Apache MetaModel 4.5.3 (work in progress) + + * [METAMODEL-235] - Fixed a bug related to handling of null or missing values in ElasticSearch using REST client. + * [METAMODEL-225] - Fixed support for nested objects and arrays in ElasticSearch using REST client. + ### Apache MetaModel 4.5.2 * [METAMODEL-236] - Made OperatorType and FunctionType Serializable to ensure that serialization of Query is possible.
