Skip to content

Commit

Permalink
Update NEWS for 0.2 and 0.3-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmiddleditch committed Jan 15, 2024
1 parent 06762d2 commit e5563d5
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions NEWs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
nanofmt
=======

Release 0.1.0
-------------
Release 0.3 (WIP)
-----------------

- Initial release
### Breaking Changes

- Renamed `format_output` to `format_context`.
- Custom formatter parsing now uses `format_parse_context`.

### Features

### Bug Fixes

### Infrastructure

- Switch from Catch2 to doctest for testing framework.

Release 0.2
-----------

### Features

- Added `NANOFMT_FLOAT` option to disable float support.
- Support implicit conversion to `format_string`.

### Bug Fixes

- Correct `format_length` with integer format args (#54).

Release 0.1
-----------

- Initial release.

0 comments on commit e5563d5

Please sign in to comment.