Skip to content

Commit 243d619

Browse files
committed
Update changelog.
1 parent 22a8544 commit 243d619

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
Changelog
33
=========
44

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+
511
1.2.0 (2015-07-06)
612
------------------
713

8-
* 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
915
what state the proxy is).
1016

1117
1.1.0 (2015-07-05)

0 commit comments

Comments
 (0)