mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-05 23:30:18 +00:00
Release version 1.7.0
This commit is contained in:
parent
8568f355c4
commit
158ca4884b
@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the
|
||||
Changelog
|
||||
---------
|
||||
|
||||
Version 1.6.1 (next version)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Version 1.7
|
||||
^^^^^^^^^^^
|
||||
|
||||
* Added a ``raw-decompress`` subcommand to decompress compressed resource data stored in a standalone file rather than as a resource.
|
||||
* Optimized lazy loading of ``Resource`` objects. Previously, resource data would be read from disk whenever a ``Resource`` object was looked up, even if the data itself is never used. Now the resource data is only loaded once the ``data`` (or ``data_raw``) attribute is accessed.
|
||||
|
@ -20,7 +20,7 @@
|
||||
# * Add a new empty section for the next version to the README.rst changelog.
|
||||
# * Commit and push the changes to master.
|
||||
|
||||
__version__ = "1.6.1.dev"
|
||||
__version__ = "1.7.0"
|
||||
|
||||
__all__ = [
|
||||
"Resource",
|
||||
|
Loading…
x
Reference in New Issue
Block a user