]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing version markers
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 22:04:26 +0000 (18:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 22:04:44 +0000 (18:04 -0400)
doc/build/changelog/changelog_09.rst

index 2b8b8997ebc9d40a995151a69d57ee37555578d5..d7aef934bd0a1eee2aa05ac2bbd17ef5c8f4a70f 100644 (file)
@@ -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``.