This file lists the user-visible interesting changes between releases. For a full list of changes to the source, see the ChangeLog. irc-fun-messages 0.4 2016-09-05 ====================================== General, build and documentation changes: * Change module names * Build with stack New APIs, features and enhancements: * (None) Bug fixes: * (None) Dependency changes: * Require irc-fun-types >= 0.2 irc-fun-messages 0.3.0.0 -- 2016-01-27 ====================================== General, build and documentation changes: * (None) New APIs, features and enhancements: * Move from `String` to strict `Text` * Some small name changes to several types * Most type aliases replaced with `newtype`s * Move most of the types into the new `irc-fun-types` package Bug fixes: * (None) Dependency changes: * Add irc-fun-types text >= 1 irc-fun-messages 0.2.0.1 -- 2015-12-17 ====================================== General, build and documentation changes: * (None) New APIs, features and enhancements: * (None) Bug fixes: * Fix bug in IPv6 parsing. It caused IPv6 users to be ignored by IRC clients using this library, since their messages failed to parse. In fact the parser *was* written according to the RFC, but now it really accepts the actually used IPv6 text forms. Dependency changes: * (None) irc-fun-messages 0.2.0.0 -- 2015-10-17 ====================================== General, build and documentation changes: * Prefix some record field names, they had too generic names New APIs, features and enhancements: * Recognize action messages (/me) * Implement parsing of a few more IRC messages, previously unimplemented Bug fixes: * (None) Dependency changes: * (None) irc-fun-messages 0.1.0.1 -- 2015-09-10 ====================================== General, build and documentation changes: * (None) New APIs, features and enhancements: * The NAMES command can be serialized now Bug fixes: * The reply parsing `case` had a typo which caused a missing pattern match, and that would cause a crash during runtime. Dependency changes: * (None) irc-fun-messages 0.1.0.0 -- 2015-08-09 ====================================== General, build and documentation changes: * (This is the first release, so everything is new) New APIs, features and enhancements: * (This is the first release, so everything is a new feature) Bug fixes: * (This is the first release) Dependency changes: * (No dependencies at this point)