update changelog after #1466

This commit is contained in:
Dane Springmeyer 2012-09-13 18:24:33 -07:00
parent 2ded86629f
commit 3e3973259e

View file

@ -8,6 +8,8 @@ For a complete change history, see the git log.
## Future
- Support for encoding `literal` postgres types as strings 69fb17cd3/#1466
- Fixed zoom_all behavior when Map maximum-extent is provided. Previously maximum-extent was used outright but
now the combined layer extents will be again respected: they will be clipped to the maximum-extent if possible
and only when back-projecting fails for all layers will the maximum-extent be used as a fallback (#1473)