Skip to content

Commit

Permalink
Note the Getting change in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 26, 2013
1 parent 9dd07ce commit 887792f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,7 @@
3.9
-----
* Changed `Getting` to take 3 arguments instead of 5. If you need the old behavior for portability you can use
`Overloaded (Accessor r) s t a b` instead of `Getting r s t a b` and it'll work consistently back through the last few releases.
* Added `involuted` to `Control.Lens.Iso`.
* New `RULES` pragmas now avoid performing work for features you aren't using in a given `Traversal`, such as the index, etc.
* Factored out a common `reversed` definition from all the various forms of it around the library and placed it in `Control.Lens.Iso`.
Expand Down

0 comments on commit 887792f

Please sign in to comment.