Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
joenio committed Aug 10, 2019
1 parent 8098c15 commit c70f985
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.md
Expand Up @@ -7,12 +7,45 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- (for new features)

### Changed
- (for changes in existing functionality)

### Deprecated
- (for soon-to-be removed features)

### Removed
- (for now removed features)

### Fixed
- (for any bug fixes)

### Security
- (in case of vulnerabilities)

## [1.23.0] - 2019-08-10

### Added
- Added new tool files-graph to output graph among files in DOT format
- Add Ubuntu 16 install instructions on documentation

### Changed
- Depends on doxyparse 1.8.15 provided by Alien::Doxyparse 0.13
- Stores cache on distinct dirs for each Analizo version
- Improve ACC metric description on documentation

### Fixed
- Added test for void arguments on C code
- Fix tests to run on right place `t/samples/sample_basic/c/`
- Added missing prereq Graph::Writer::Dot as suggested by CPANTS
- Added atomated tests for httpd-2.4.38 errors
- Added samples for bug parsing kdelibs project

### Removed
- The evolution-matrix visualization tool removed
- The dsm visualization tool removed
- Removed the evolution-matrix visualization tool
- Removed the dsm visualization tool

## [1.22.0] - 2018-09-25

Expand Down Expand Up @@ -158,7 +191,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Script development-setup.sh fixed.
- Running of a single acceptance Cucumber test fixed.

[Unreleased]: https://github.com/analizo/analizo/compare/1.22.0...HEAD
[Unreleased]: https://github.com/analizo/analizo/compare/1.23.0...HEAD
[1.23.0]: https://github.com/analizo/analizo/compare/1.22.0...HEAD
[1.22.0]: https://github.com/analizo/analizo/compare/1.21.0...1.22.0
[1.21.0]: https://github.com/analizo/analizo/compare/1.20.8...1.21.0
[1.20.8]: https://github.com/analizo/analizo/compare/1.20.7...1.20.8
Expand Down

0 comments on commit c70f985

Please sign in to comment.