Skip to content

Commit

Permalink
small doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jan 29, 2024
1 parent 012b9e1 commit 24932b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,8 @@ the problem, not the whole problem. Those that solve the whole problem are
very hard to use or get started with, or are otherwise very heavyweight. I
wanted a comprehensive framework that was easy to get started with.

MILC starts simple, but as your program grows you'll find the functionality
you need is already available in most cases.

If you'd like to see how MILC compares to other tools see
[COMPARISONS.md](COMPARISONS.md).
4 changes: 4 additions & 0 deletions docs/breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a list of breaking changes that have been made to MILC. If your script stops working after a minor or major version upgrade this document will tell you how to fix it.

# Version 1.7.0
* MILC is now fully type hinted
* You can pass in custom loggers using [set_metadata](metadata.md)

# Version 1.6.0

* Added support for [Sparklines](sparklines.md)
Expand Down

0 comments on commit 24932b7

Please sign in to comment.