Feature
* Change default cache policy to 'property' ([`a3baec5`](https://github.com/kalekundert/autoprop/commit/a3baec55ceee721c9090dc2a5639ac686eb6170e))
Breaking
* the new default caches more aggressively, so code written with the old default may end up with stale values. Update old code by replacing `autoprop.cache` with `autoprop.cache(policy='object')`. ([`a3baec5`](https://github.com/kalekundert/autoprop/commit/a3baec55ceee721c9090dc2a5639ac686eb6170e))