packages feed

LDAPv3-0.1.2.0: ChangeLog.md

See also http://pvp.haskell.org/faq

### 0.1.2.0

- Mark `LDAPv3.ASN1String` and `LDAPv3.StringRepr` as _trustworthy_ with respect to `SafeHaskell`
- New `LDAPv3.OID` module exposing OID types and helpers
- Expose ASN.1 `Enumerated(toEnumerated,fromEnumerated)` typeclass for accessing numeric ASN.1 `ENUMERATED` values

### 0.1.1.0

- Add support for _String Representation of Distinguished Names_ as per RFC4514
- Add support for encoding/decoding common ASN.1 string types from their ASN.1 BER representation

## 0.1.0.0

Major API restructuring getting rid of `newtype` annotation wrappers in exposed API.

---

## 0.0.0.0

First version. Released on an unsuspecting world.