You are here

changelog.txt in Heartbeat 6.3

Same filename and directory in other branches
  1. 6.4 changelog.txt
  2. 7 CHANGELOG.txt
# @author Stalski
#
# REFACTOR: change the code for readability and/or developer experience
# BUGFIX: Bug fixes reported in the issue queue or bugs found by maintainers
# FEATURE: Feature requests from issue queue and features by the maintainers
#
#############################################################################


---------------------------------------------------------------
# @date 13/06/2009
# Changed features from 6.3 to 6.4
---------------------------------------------------------------

- BUGFIX: Added node_type (if available) to the logic of merging messages

- FEATURE: Heartbeat messages can now be configured separatly from the build. Default configurations
are saved.

- REFACTOR: Deleted unused variables and even used ones that did not have much purpose anymore

- REFACTOR: Moved heartbeat states to separate files, making it possible to use a custom heartbeat state 
in contributes modules

- REFACTOR: Removed the menu items in the navigation. (This should not be done by heartbeat by default imho)

- REFACTOR: removed module heartbeat_activity and added codebase to heartbeat because it did not make sense to separate 
them if you can cant use one as standalone module

File

changelog.txt
View source
  1. # @author Stalski
  2. #
  3. # REFACTOR: change the code for readability and/or developer experience
  4. # BUGFIX: Bug fixes reported in the issue queue or bugs found by maintainers
  5. # FEATURE: Feature requests from issue queue and features by the maintainers
  6. #
  7. #############################################################################
  8. ---------------------------------------------------------------
  9. # @date 13/06/2009
  10. # Changed features from 6.3 to 6.4
  11. ---------------------------------------------------------------
  12. - BUGFIX: Added node_type (if available) to the logic of merging messages
  13. - FEATURE: Heartbeat messages can now be configured separatly from the build. Default configurations
  14. are saved.
  15. - REFACTOR: Deleted unused variables and even used ones that did not have much purpose anymore
  16. - REFACTOR: Moved heartbeat states to separate files, making it possible to use a custom heartbeat state
  17. in contributes modules
  18. - REFACTOR: Removed the menu items in the navigation. (This should not be done by heartbeat by default imho)
  19. - REFACTOR: removed module heartbeat_activity and added codebase to heartbeat because it did not make sense to separate
  20. them if you can cant use one as standalone module