summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-06-20 18:04:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-06-20 18:04:26 -0400
commit018ac859dc66bacec57f8f76730a75f1b0a0f11e (patch)
tree4c66ddf76511a859a87b8a9d8163fd31fe7da83f
parentbd56485f4c156e9c5ffc911d9119803b1de3789f (diff)
downloadsqlalchemy-018ac859dc66bacec57f8f76730a75f1b0a0f11e.tar.gz
add missing version markers
-rw-r--r--doc/build/changelog/changelog_09.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index e0a2b02a9..d7abc1798 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -29,6 +29,7 @@
.. change::
:tags: enhancement, postgresql
:tickets: 3002
+ :versions: 1.0.0
Added a new type :class:`.postgresql.OID` to the Postgresql dialect.
While "oid" is generally a private type within PG that is not exposed
@@ -39,6 +40,7 @@
.. change::
:tags: bug, orm
:tickets: 3080
+ :versions: 1.0.0
Modified the behavior of :func:`.orm.load_only` such that primary key
columns are always added to the list of columns to be "undeferred";
@@ -51,6 +53,7 @@
.. change::
:tags: feature, examples
:pullreq: bitbucket: 21
+ :versions: 1.0.0
Added a new example illustrating materialized paths, using the
latest relationship features. Example courtesy Jack Zhou.
@@ -58,6 +61,7 @@
.. change::
:tags: bug, testsuite
:pullreq: github: 95
+ :versions: 1.0.0
In public test suite, shanged to use of ``String(40)`` from
less-supported ``Text`` in ``StringTest.test_literal_backslashes``.