Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed May 10, 2007
1 parent abe8c98 commit 7231750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/z3c/sqlalchemy/CHANGES.txt
@@ -1,3 +1,10 @@
1.1.0 (unreleased)

- added support for defining a model using Elixir. elixir.Entity instance
can be added through Model.addEntity(name, entity). A
wrapper.getMapper(name) will return a copy of the registered entity instance
and attach it automatically to the current session.

1.0.1 (unreleased)

- MappedClassBase: new clone() method
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/sqlalchemy/version.txt
@@ -1 +1 @@
1.0.1
1.1.0

0 comments on commit 7231750

Please sign in to comment.