Skip to content

Commit

Permalink
Update Attribute's change history.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Oct 22, 2012
1 parent 6a7b55b commit ecdd37a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/attribute/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ Attribute Change History
* [!] The `AttributeEvents` class extension and the `attribute-events` module
have been renamed to `AttributeObservable` and `attribute-observable`
respectively. The old names are deprecated, but have been retained as
aliases for backwards compatability. They will be removed in a future
aliases for backwards compatibility. They will be removed in a future
version of YUI.

* [!] The `AttributeComplex` class extension and the `attribute-complex`
module have been deprecated. This functionality is now part of
`AttributeCore`, and this extension and module are no longer needed.

* Moved AttributeCore's protected `_protectAttrs()` utility method to a public
static method, `protectAttrs()`, which is available on both `Y.Attribute`
and `Y.AttributeCore` namespaces.

3.7.0
-----

Expand Down

0 comments on commit ecdd37a

Please sign in to comment.