Skip to content

Commit

Permalink
Add latest changes to CHANGELOG (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Mar 2, 2019
1 parent aab29ba commit a84469b
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed

- Exceptions.
- Raise exception when assigning to ``DeferredExpression``.
- Raise exception if ``Variable`` has no initial value.
- QA.
- Disable faulty ``pylint`` issues.
- Disable stdout capture by ``pytest``.
- Refactoring.
- Change ``Constant`` API to rid of eval.

### Added

- Tests
- Tests.
- Implement full test suite with ``tox``.
- Documentation
- Add test for broad bit width.
- Add test for ``RendererPlain`` class.
- Add test for illegal assign to ``DeferredExpression``.
- Add test for ``Variable`` without init value.
- Documentation.
- Add separate section for testing.

### Fixed
- Minor fixes.
- Remove unnecessary conditions.
- Fix default field size.
- Fix minor codestyle issues.

## [0.1.1] - 2018-07-24
### Changed

Expand Down

0 comments on commit a84469b

Please sign in to comment.