We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a8544 commit 243d619Copy full SHA for 243d619
CHANGELOG.rst
@@ -2,10 +2,16 @@
2
Changelog
3
=========
4
5
+1.2.1 (2015-08-18)
6
+------------------
7
+
8
+* Fix a memory leak (the wrapped object would get bogus references). Contributed by Astrum Kuo in
9
+ `#10 <https://github.com/ionelmc/python-lazy-object-proxy/pull/10>`_.
10
11
1.2.0 (2015-07-06)
12
------------------
13
-* Don't instantiate the object when __repr__ is called. This aids with debugging (allows one to see exactly in
14
+* Don't instantiate the object when __repr__ is called. This aids with debugging (allows one to see exactly in
15
what state the proxy is).
16
17
1.1.0 (2015-07-05)
0 commit comments