diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 3f1a93a31..d86c8a0ab 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -47,7 +47,7 @@ Reference Documentation - + @@ -57,10 +57,10 @@ Appendix - + - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6b0624b41..99a0cefa5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data JPA Changelog ========================= +Changes in version 1.2.0.GA (2012-10-10) +---------------------------------------- +* Resolve conflicts between Spring Data Commons Core, JPA and Mongo (DATAJPA-146) +* Improved reference documentation/JavaDoc (DATAJPA-251, DATAJPA-261, DATAJPA-174, DATAJPA-238) +* Upgrade to latest Querydsl 2.8.0, APT 1.0.4 (DATAJPA-259, DATAJPA-260) +* Improved detection of joins to make sure sorting gets applied correctly (DATAJPA-252) +* Fixed application of Specifications.not(…) (DATAJPA-253) +* Fixed detection of total elements when paging over partitioned entities with EclipseLink (DATAJPA-257) + Changes in version 1.2.0.RC1 (2012-07-24) ----------------------------------------- * Sorting of paginated results is not working when Querydsl is used (DATAJPA-243)