Skip to content

Commit

Permalink
fix typos in changes file ( thanks to @mvidner)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 18, 2013
1 parent 7e3dae9 commit 215fd95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/yast2-core.changes
Expand Up @@ -9,12 +9,12 @@ Fri Jun 7 09:05:24 UTC 2013 - jreidinger@suse.com
- fixed some memory leaks
- various fixes to the XML serialization of YCP
- Fixed function type matching to be contravariant for arguments
(BNC#825263) (return typa has always been covariant, correctly)
Interface expected to handle "any" argument will no longer accepts
(BNC#825263) (return type has always been covariant, correctly)
Interface expected to handle "any" argument will no longer accept
implementations handling only a specific subtype. Conversely,
interfaces expected to handle a "string" will also accept
implementation handling "any".
Affects the "is" builtin; break *-bindings relying on the bug.
Affects the "is" builtin; breaks *-bindings relying on the bug.
- 2.24.0

-------------------------------------------------------------------
Expand Down

0 comments on commit 215fd95

Please sign in to comment.