Skip to content

Commit

Permalink
updated changelog.md for v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kneufeld committed Mar 10, 2019
1 parent 712860a commit 0b5d423
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,28 @@
Here's what we all hope is an accurate list of things that have changed
between versions.

## v0.7.3

* renamed AUTHORS.md to CONTRIBUTORS.md
* added missing folk to CONTRIBUTORS.md
* including `alkali.storage` submodule when building sdist

## v0.7.2

* updated docs, lots more work to do here
* pseudo_import in setup.py is more robust
* add an rss example
* fix warnings, some types are in collections.abc
* fixed warnings, some types are in collections.abc
* fixed timezone bug during serializing of DateTimeField
* test Storage.NotImplemented
* more tests for MultiStorage
* import Storage objects into alkali for nicer importing
* fixed timezone bug during serializing of DateTimeField
* database can now handle using a storage instance...
* removed more python 2 remnants (object from class definition)
* using python3 version of super()
* better implementation of MultiStorage...
* Storage.write() now takes model_class param
* adding new UUIDField
* moved Storage classes into submodule, added new MultiStorage type
* moved Storage classes into submodule
* added new MultiStorage type, save mutliple models in one file
* added auto_now, auto_now_add to DateTimeField
* some minor refactorings

Expand Down
2 changes: 1 addition & 1 deletion alkali/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'alkali'
__version__ = '0.7.2'
__version__ = '0.7.3'
__author__ = 'Kurt Neufeld'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
Expand Down

0 comments on commit 0b5d423

Please sign in to comment.