A set of utilities for working with the AT Protocol in Elixir.

docs: update changelog

ovyerus.com 2cc3686d 6d999fab

verified
+13 -1
+13 -1
CHANGELOG.md
··· 6 6 and this project adheres to 7 7 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 8 9 - <!-- ## [Unreleased] --> 9 + ## [Unreleased] 10 + 11 + ### Added 12 + 13 + - `Atex.OAuth.Plug` now requires a `:callback` option that is a MFA tuple 14 + (Module, Function, Args), denoting a callback function to be invoked by after 15 + a successful OAuth login. See [the OAuth example](./examples/oauth.ex) for a 16 + simple usage of this. 17 + 18 + ### Changed 19 + 20 + - `mix atex.lexicons` now adds `@moduledoc false` to generated modules to stop 21 + them from automatically cluttering documentation. 10 22 11 23 ## [0.6.0] - 2025-11-25 12 24