.. changelog::
:version: 1.2.0b2
- :include_notes_from: unreleased_12
+ :released: July 24, 2017
+
+ .. change:: 4033
+ :tags: bug, orm
+ :tickets: 4033
+
+ Fixed regression from 1.1.11 where adding additional non-entity
+ columns to a query that includes an entity with subqueryload
+ relationships would fail, due to an inspection added in 1.1.11 as a
+ result of :ticket:`4011`.
+
.. changelog::
:version: 1.2.0b1
+++ /dev/null
-.. change:: 4033
- :tags: bug, orm
- :tickets: 4033
-
- Fixed regression from 1.1.11 where adding additional non-entity
- columns to a query that includes an entity with subqueryload
- relationships would fail, due to an inspection added in 1.1.11 as a
- result of :ticket:`4011`.
-
# The short X.Y version.
version = "1.2"
# The full version, including alpha/beta/rc tags.
-release = "1.2.0b1"
+release = "1.2.0b2"
-release_date = "July 10, 2017"
+release_date = "July 24, 2017"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"